OSError description:  "as the by the" --> "as the"
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 @@
   \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}