diff options
| author | Paul Sokolovsky | 2017-12-03 15:07:46 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2017-12-03 15:08:39 +0200 |
| commit | 4fee35a32c600d603034b6eb077a55899513ba4d (patch) | |
| tree | 5eda5b0c611545c5a4554e7ba725a0eb9ac82583 /docs/library | |
| parent | bb047558da6d7e1857e1d4c79547776976353cd3 (diff) | |
docs/glossary: Describe the callee-owned tuple concept.
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 |
