OSError description: "as the by the" --> "as the"
This commit is contained in:
parent
e6a3aa6066
commit
98be47e737
|
@ -224,9 +224,9 @@ Raised when an \keyword{assert} statement fails.
|
||||||
\versionadded{1.5.2}
|
\versionadded{1.5.2}
|
||||||
%xref for os module
|
%xref for os module
|
||||||
This class is derived from \exception{EnvironmentError} and is used
|
This class is derived from \exception{EnvironmentError} and is used
|
||||||
primarily as the by the \module{os} module's \code{os.error}
|
primarily as the \module{os} module's \code{os.error} exception.
|
||||||
exception. See \exception{EnvironmentError} above for a description
|
See \exception{EnvironmentError} above for a description of the
|
||||||
of the possible associated values.
|
possible associated values.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
\begin{excdesc}{OverflowError}
|
\begin{excdesc}{OverflowError}
|
||||||
|
|
Loading…
Reference in New Issue