diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-05 09:12:50 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-05 09:12:50 (GMT) |
commit | b1715ea435427ac9058326715a686caa08823378 (patch) | |
tree | deff2b25413ff158e492cfff1309fc8a63dca5f5 /Doc | |
parent | a6cfb28bd2611abefe08b11512e8378ddd2b8c57 (diff) | |
parent | 73a5a12dcf4258c6973383b31dc6cbb8d36d75f1 (diff) | |
download | cpython-b1715ea435427ac9058326715a686caa08823378.zip cpython-b1715ea435427ac9058326715a686caa08823378.tar.gz cpython-b1715ea435427ac9058326715a686caa08823378.tar.bz2 |
Merge 3.3
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/exceptions.rst | 2 |
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 |