Skip to content

Commit 6dc57e2

Browse files
authored
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
1 parent fe524df commit 6dc57e2

File tree

3 files changed

+1711
-576
lines changed

3 files changed

+1711
-576
lines changed

Doc/library/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Edge and Level Trigger Polling (epoll) Objects
351351
Remove a registered file descriptor from the epoll object.
352352

353353

354-
.. method:: epoll.poll(timeout=-1, maxevents=-1)
354+
.. method:: epoll.poll(timeout=None, maxevents=-1)
355355

356356
Wait for events. timeout in seconds (float)
357357

0 commit comments

Comments
 (0)