diff options
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/uselect.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/uselect.rst b/docs/library/uselect.rst index 211b2a4a8..f88ab7d1d 100644 --- a/docs/library/uselect.rst +++ b/docs/library/uselect.rst @@ -78,8 +78,8 @@ Methods .. method:: poll.ipoll(timeout=-1, flags=0) - Like :meth:`poll.poll`, but instead returns an iterator which yields - `callee-owned tuples`. This function provides efficient, allocation-free + Like :meth:`poll.poll`, but instead returns an iterator which yields a + `callee-owned tuple`. This function provides an efficient, allocation-free way to poll on streams. If *flags* is 1, one-shot behavior for events is employed: streams for |
