summaryrefslogtreecommitdiffstats
path: root/Doc/library/select.rst
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2018-06-30 20:02:48 (GMT)
committerGitHub <noreply@github.com>2018-06-30 20:02:48 (GMT)
commit6dc57e2a20c5beb99e8bf5eb04cc836d53fa9aee (patch)
tree4325db6e5bd05af32bde8b632b2ed2e43d6b9c01 /Doc/library/select.rst
parentfe524df37cf3a8d4de291e7fc48257f96ff91bbe (diff)
downloadcpython-6dc57e2a20c5beb99e8bf5eb04cc836d53fa9aee.zip
cpython-6dc57e2a20c5beb99e8bf5eb04cc836d53fa9aee.tar.gz
cpython-6dc57e2a20c5beb99e8bf5eb04cc836d53fa9aee.tar.bz2
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r--Doc/library/select.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index 5ffb215..8feedaa 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -351,7 +351,7 @@ Edge and Level Trigger Polling (epoll) Objects
Remove a registered file descriptor from the epoll object.
-.. method:: epoll.poll(timeout=-1, maxevents=-1)
+.. method:: epoll.poll(timeout=None, maxevents=-1)
Wait for events. timeout in seconds (float)