From: Andrew Svetlov Date: Wed, 5 Dec 2012 09:12:14 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v3.3.1rc1~562 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73a5a12dcf4258c6973383b31dc6cbb8d36d75f1;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 89f933c2ae45..5f2db54bc794 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -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