aboutsummaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-12-03 15:07:46 +0200
committerPaul Sokolovsky2017-12-03 15:08:39 +0200
commit4fee35a32c600d603034b6eb077a55899513ba4d (patch)
tree5eda5b0c611545c5a4554e7ba725a0eb9ac82583 /docs/library
parentbb047558da6d7e1857e1d4c79547776976353cd3 (diff)
docs/glossary: Describe the callee-owned tuple concept.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/uselect.rst4
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