diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 624ba75e88e..f5cbb2dc170 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -522,7 +522,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