Fix typo.

This commit is contained in:
Andrew Svetlov 2012-12-05 11:12:14 +02:00
parent 1dfb5c1cf3
commit 73a5a12dcf
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ depending on the system error code.
.. exception:: InterruptedError
Raised when a system call is interrupted by an incoming signal.
Corresponds to :c:data:`errno` ``EEINTR``.
Corresponds to :c:data:`errno` ``EINTR``.
.. exception:: IsADirectoryError