summaryrefslogtreecommitdiff
path: root/Doc/library/select.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
commit54cb82bd17469410c5eb5f5e723063aa2e2b87d8 (patch)
tree601d3e857425d45dda1157c6f784a2ae19a9f0e6 /Doc/library/select.rst
parent76e3aa4006a7fe203b5e8c52009a14db054f5d81 (diff)
downloadcpython-54cb82bd17469410c5eb5f5e723063aa2e2b87d8.tar.gz
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r--Doc/library/select.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index 364b49933f..6cec9f764b 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -4,6 +4,7 @@
.. module:: select
:synopsis: Wait for I/O completion on multiple streams.
+--------------
This module provides access to the :c:func:`select` and :c:func:`poll` functions
available in most operating systems, :c:func:`devpoll` available on