summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-05 09:12:14 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-05 09:12:14 (GMT)
commit73a5a12dcf4258c6973383b31dc6cbb8d36d75f1 (patch)
treed81075a7e0661d9dbab5ccc91810548126e7d115 /Doc
parent1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f (diff)
downloadcpython-73a5a12dcf4258c6973383b31dc6cbb8d36d75f1.zip
cpython-73a5a12dcf4258c6973383b31dc6cbb8d36d75f1.tar.gz
cpython-73a5a12dcf4258c6973383b31dc6cbb8d36d75f1.tar.bz2
Fix typo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/exceptions.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ 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