diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index f16d4445979..80ca9b95d0a 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -224,9 +224,9 @@ Raised when an \keyword{assert} statement fails. \versionadded{1.5.2} %xref for os module This class is derived from \exception{EnvironmentError} and is used - primarily as the by the \module{os} module's \code{os.error} - exception. See \exception{EnvironmentError} above for a description - of the possible associated values. + primarily as the \module{os} module's \code{os.error} exception. + See \exception{EnvironmentError} above for a description of the + possible associated values. \end{excdesc} \begin{excdesc}{OverflowError}