]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added missing "from" in IOError description.
authorFred Drake <fdrake@acm.org>
Tue, 5 Jan 1999 21:42:18 +0000 (21:42 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 5 Jan 1999 21:42:18 +0000 (21:42 +0000)
Doc/lib/libexcs.tex

index bf9ffae5711e0a4ecbaed1afbbd5ebc7a66b8253..f16d4445979ca2a752abdc9cf2b8dc62dc21dd61 100644 (file)
@@ -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}