commit | 02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Jan 05 21:42:18 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Jan 05 21:42:18 1999 +0000 |
tree | b7de5254a9323003bf01aeb130906be03aff3dab | |
parent | 26f0f656534ef7eb6ec970b5fa02bf811e752748 [diff] |
Added missing "from" in IOError description.
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 @@ 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}