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}