Commit 73a5a12d authored by Andrew Svetlov's avatar Andrew Svetlov

Fix typo.

parent 1dfb5c1c
...@@ -516,7 +516,7 @@ depending on the system error code. ...@@ -516,7 +516,7 @@ depending on the system error code.
.. exception:: InterruptedError .. exception:: InterruptedError
Raised when a system call is interrupted by an incoming signal. 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 .. exception:: IsADirectoryError
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment