commit | 73a5a12dcf4258c6973383b31dc6cbb8d36d75f1 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Wed Dec 05 11:12:14 2012 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Wed Dec 05 11:12:14 2012 +0200 |
tree | d81075a7e0661d9dbab5ccc91810548126e7d115 | |
parent | 1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f [diff] [blame] |
Fix typo.
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 89f933c..5f2db54 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst
@@ -516,7 +516,7 @@ .. 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