Skip to content

Commit

Permalink
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Jun 30, 2018
1 parent fe524df commit 6dc57e2
Show file tree
Hide file tree
Showing 3 changed files with 1,711 additions and 576 deletions.
2 changes: 1 addition & 1 deletion Doc/library/select.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading

0 comments on commit 6dc57e2

Please sign in to comment.