]> granicus.if.org Git - python/commitdiff
Fix typo.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 5 Dec 2012 09:12:14 +0000 (11:12 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 5 Dec 2012 09:12:14 +0000 (11:12 +0200)
Doc/library/exceptions.rst

index 89f933c2ae45386cd59278cdd3fcee5ca602b591..5f2db54bc794dcd34a338b7fbe1e97b8b1d3aaf2 100644 (file)
@@ -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