summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-05 09:12:50 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-05 09:12:50 (GMT)
commitb1715ea435427ac9058326715a686caa08823378 (patch)
treedeff2b25413ff158e492cfff1309fc8a63dca5f5 /Doc
parenta6cfb28bd2611abefe08b11512e8378ddd2b8c57 (diff)
parent73a5a12dcf4258c6973383b31dc6cbb8d36d75f1 (diff)
downloadcpython-b1715ea435427ac9058326715a686caa08823378.zip
cpython-b1715ea435427ac9058326715a686caa08823378.tar.gz
cpython-b1715ea435427ac9058326715a686caa08823378.tar.bz2
Merge 3.3
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 624ba75..f5cbb2d 100644
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -522,7 +522,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