]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
OSError description: "as the by the" --> "as the"
authorFred Drake <fdrake@acm.org>
Mon, 1 Feb 1999 16:17:40 +0000 (16:17 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Feb 1999 16:17:40 +0000 (16:17 +0000)
Doc/lib/libexcs.tex

index f16d4445979ca2a752abdc9cf2b8dc62dc21dd61..80ca9b95d0a06efbcae63648fc4462006f352838 100644 (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}