diff options
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r-- | Doc/library/select.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst index 2b2c890..e0e9299 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst @@ -1,4 +1,3 @@ - :mod:`select` --- Waiting for I/O completion ============================================ @@ -24,7 +23,7 @@ The module defines the following: string, as would be printed by the C function :cfunc:`perror`. -.. function:: epoll([sizehint=-1]) +.. function:: epoll(sizehint=-1) (Only supported on Linux 2.5.44 and newer.) Returns an edge polling object, which can be used as Edge or Level Triggered interface for I/O events; see |