Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2495c6a

Browse files
committed
Merge
2 parents 13f8b68 + f450c1b commit 2495c6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/select.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ The module defines the following:
2626

2727

2828
.. function:: devpoll()
29+
2930
(Only supported on Solaris and derivatives.) Returns a ``/dev/poll``
3031
polling object; see section :ref:`devpoll-objects` below for the
3132
methods supported by devpoll objects.
3233

3334
:c:func:`devpoll` objects are linked to the number of file
3435
descriptors allowed at the time of instantiation. If your program
3536
reduces this value, :c:func:`devpoll` will fail. If your program
36-
increases this value, c:func:`devpoll` may return an
37+
increases this value, :c:func:`devpoll` may return an
3738
incomplete list of active file descriptors.
3839

3940
.. versionadded:: 3.3

0 commit comments

Comments
 (0)