summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/uselect.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/uselect.rst')
-rw-r--r--docs/library/uselect.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/uselect.rst b/docs/library/uselect.rst
index a4026e98c3..e330207dbd 100644
--- a/docs/library/uselect.rst
+++ b/docs/library/uselect.rst
@@ -4,6 +4,8 @@
.. module:: uselect
:synopsis: wait for events on a set of streams
+|see_cpython_module| :mod:`python:select`.
+
This module provides functions to efficiently wait for events on multiple
streams (select streams which are ready for operations).