mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Added missing "from" in IOError description.
This commit is contained in:
parent
26f0f65653
commit
02e18b4b84
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue