Added missing "from" in IOError description.

This commit is contained in:
Fred Drake 1999-01-05 21:42:18 +00:00
parent 26f0f65653
commit 02e18b4b84

View 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}