From 73a5a12dcf4258c6973383b31dc6cbb8d36d75f1 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 5 Dec 2012 11:12:14 +0200 Subject: [PATCH] Fix typo. --- Doc/library/exceptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 89f933c2ae4..5f2db54bc79 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