Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73a5a12

Browse files
committed
Fix typo.
1 parent 1dfb5c1 commit 73a5a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ depending on the system error code.
516516
.. exception:: InterruptedError
517517

518518
Raised when a system call is interrupted by an incoming signal.
519-
Corresponds to :c:data:`errno` ``EEINTR``.
519+
Corresponds to :c:data:`errno` ``EINTR``.
520520

521521
.. exception:: IsADirectoryError
522522

0 commit comments

Comments
 (0)