summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-05 11:12:50 +0200
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-05 11:12:50 +0200
commitb1715ea435427ac9058326715a686caa08823378 (patch)
treedeff2b25413ff158e492cfff1309fc8a63dca5f5
parenta6cfb28bd2611abefe08b11512e8378ddd2b8c57 (diff)
parent73a5a12dcf4258c6973383b31dc6cbb8d36d75f1 (diff)
downloadcpython-git-b1715ea435427ac9058326715a686caa08823378.tar.gz
Merge 3.3
-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 624ba75e88..f5cbb2dc17 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