Skip to content

Commit 436a4b3

Browse files
committed
docs: tidy up Select.all()
1 parent 5ae6f92 commit 436a4b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mitogen/select.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ def __init__(self, receivers=(), oneshot=True):
122122
@classmethod
123123
def all(cls, receivers):
124124
"""
125-
Take an iterable of receivers and retrieve a :class:`Message` from
126-
each, returning the result of calling `msg.unpickle()` on each in turn.
127-
Results are returned in the order they arrived.
125+
Take an iterable of receivers and retrieve a :class:`Message
126+
<mitogen.core.Message>` from each, returning the result of calling
127+
:meth:`Message.unpickle() <mitogen.core.Message.unpickle>` on each in
128+
turn. Results are returned in the order they arrived.
128129
129130
This is sugar for handling batch :meth:`Context.call_async
130131
<mitogen.parent.Context.call_async>` invocations:

0 commit comments

Comments
 (0)