bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
This commit is contained in:
parent
fe524df37c
commit
6dc57e2a20
|
@ -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)
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue