We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d25a19 commit cb9da22Copy full SHA for cb9da22
1 file changed
docs/library/uselect.rst
@@ -83,10 +83,10 @@ Methods
83
way to poll on streams.
84
85
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.
+ which events happened will have their event masks automatically reset
+ (equivalent to ``poll.modify(obj, 0)``), so new events for such a stream
+ won't be processed until new mask is set with `poll.modify()`. This
+ behavior is useful for asynchronous I/O schedulers.
90
91
.. admonition:: Difference to CPython
92
:class: attention
0 commit comments