[Python-checkins] cpython (3.3): Fix typo.

andrew.svetlov python-checkins at python.org
Wed Dec 5 10:12:59 CET 2012


http://hg.python.org/cpython/rev/4e5c690e7f99
changeset:   80726:4e5c690e7f99
branch:      3.3
parent:      80722:678dba60c12d
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Wed Dec 05 11:12:14 2012 +0200
summary:
  Fix typo.

files:
  Doc/library/exceptions.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- 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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list