From: Fred Drake Date: Mon, 1 Feb 1999 16:17:40 +0000 (+0000) Subject: OSError description: "as the by the" --> "as the" X-Git-Tag: v1.5.2b2~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98be47e7373e5266ded7f6db993fe4dc84b79772;p=thirdparty%2FPython%2Fcpython.git OSError description: "as the by the" --> "as the" --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index f16d4445979c..80ca9b95d0a0 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}