Skip to content

Commit e9c2315

Browse files
Update Doc/library/select.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 5d0a43a commit e9c2315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Edge and Level Trigger Polling (epoll) Objects
383383
(may be non-integer) which the system will wait for events before returning.
384384

385385
*maxevents* specifies the maximum number of events to return. It must be
386-
greater than 0, or ``-1`` to use the default (``FD_SETSIZE-1``).
386+
greater than 0, or ``-1`` to use the default (``FD_SETSIZE - 1``).
387387

388388
.. versionchanged:: 3.5
389389
The function is now retried with a recomputed timeout when interrupted by

0 commit comments

Comments
 (0)