Merge 3.3

This commit is contained in:
Andrew Svetlov 2012-12-05 11:12:50 +02:00
commit b1715ea435
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,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