summaryrefslogtreecommitdiffstats
path: root/Doc/library/errno.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/errno.rst')
-rw-r--r--Doc/library/errno.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/errno.rst b/Doc/library/errno.rst
index d2163b6..22a5cbc 100644
--- a/Doc/library/errno.rst
+++ b/Doc/library/errno.rst
@@ -41,7 +41,10 @@ defined by the module. The specific list of defined symbols is available as
.. data:: EINTR
- Interrupted system call
+ Interrupted system call.
+
+ .. seealso::
+ This error is mapped to the exception :exc:`InterruptedError`.
.. data:: EIO