We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0a43a commit e9c2315Copy full SHA for e9c2315
Doc/library/select.rst
@@ -383,7 +383,7 @@ Edge and Level Trigger Polling (epoll) Objects
383
(may be non-integer) which the system will wait for events before returning.
384
385
*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``).
+ greater than 0, or ``-1`` to use the default (``FD_SETSIZE - 1``).
387
388
.. versionchanged:: 3.5
389
The function is now retried with a recomputed timeout when interrupted by
0 commit comments