summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-01 16:17:40 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-01 16:17:40 (GMT)
commit98be47e7373e5266ded7f6db993fe4dc84b79772 (patch)
tree2974609805a222ece6f81143d090b1e1f2ff55c0
parente6a3aa6066dc7f726b84746d00590fdfa7d7639f (diff)
downloadcpython-98be47e7373e5266ded7f6db993fe4dc84b79772.zip
cpython-98be47e7373e5266ded7f6db993fe4dc84b79772.tar.gz
cpython-98be47e7373e5266ded7f6db993fe4dc84b79772.tar.bz2
OSError description: "as the by the" --> "as the"
-rw-r--r--Doc/lib/libexcs.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index f16d444..80ca9b9 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}