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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73a5a12dcf4258c6973383b31dc6cbb8d36d75f1;p=python Fix typo. --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 89f933c2ae..5f2db54bc7 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