Skip to content

Commit cb9da22

Browse files
committed
docs/uselect: ipoll: Fix grammar/wording of one-shot flag description.
1 parent 7d25a19 commit cb9da22

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/library/uselect.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ Methods
8383
way to poll on streams.
8484

8585
If *flags* is 1, one-shot behavior for events is employed: streams for
86-
which events happened, event mask will be automatically reset (equivalent
87-
to ``poll.modify(obj, 0)``), so new events for such a stream won't be
88-
processed until new mask is set with `poll.modify()`. This behavior is
89-
useful for asynchronous I/O schedulers.
86+
which events happened will have their event masks automatically reset
87+
(equivalent to ``poll.modify(obj, 0)``), so new events for such a stream
88+
won't be processed until new mask is set with `poll.modify()`. This
89+
behavior is useful for asynchronous I/O schedulers.
9090

9191
.. admonition:: Difference to CPython
9292
:class: attention

0 commit comments

Comments
 (0)