Fix typo.
This commit is contained in:
parent
1dfb5c1cf3
commit
73a5a12dcf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue