From 98be47e7373e5266ded7f6db993fe4dc84b79772 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 1 Feb 1999 16:17:40 +0000 Subject: [PATCH] OSError description: "as the by the" --> "as the" --- Doc/lib/libexcs.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index f16d444597..80ca9b95d0 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} -- 2.40.0