From: Fred Drake Date: Tue, 5 Jan 1999 21:42:18 +0000 (+0000) Subject: Added missing "from" in IOError description. X-Git-Tag: v1.5.2b2~454 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb;p=thirdparty%2FPython%2Fcpython.git Added missing "from" in IOError description. --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index bf9ffae5711e..f16d4445979c 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}