OSError description: "as the by the" --> "as the"

This commit is contained in:
Fred Drake 1999-02-01 16:17:40 +00:00
parent e6a3aa6066
commit 98be47e737
1 changed files with 3 additions and 3 deletions

View File

@ -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}