summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-01-05 21:42:18 (GMT)
committerFred Drake <fdrake@acm.org>1999-01-05 21:42:18 (GMT)
commit02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb (patch)
treeb7de5254a9323003bf01aeb130906be03aff3dab
parent26f0f656534ef7eb6ec970b5fa02bf811e752748 (diff)
downloadcpython-02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb.zip
cpython-02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb.tar.gz
cpython-02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb.tar.bz2
Added missing "from" in IOError description.
-rw-r--r--Doc/lib/libexcs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index bf9ffae..f16d444 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -161,7 +161,7 @@ Raised when an \keyword{assert} statement fails.
object) fails for an I/O-related reason, e.g., ``file not found'' or
``disk full''.
- This class is derived \exception{EnvironmentError}. See the
+ This class is derived from \exception{EnvironmentError}. See the
discussion above for more information on exception instance
attributes.
\end{excdesc}