From 02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 5 Jan 1999 21:42:18 +0000 Subject: Added missing "from" in IOError description. --- Doc/lib/libexcs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12