Commit fa90179e authored by Mariatta's avatar Mariatta Committed by GitHub

Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942)

(cherry picked from commit 6fcb69da)
parent c2f7fb61
...@@ -822,7 +822,7 @@ Connection objects are usually created using :func:`Pipe` -- see also ...@@ -822,7 +822,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
.. method:: recv() .. method:: recv()
Return an object sent from the other end of the connection using Return an object sent from the other end of the connection using
:meth:`send`. Blocks until there its something to receive. Raises :meth:`send`. Blocks until there is something to receive. Raises
:exc:`EOFError` if there is nothing left to receive :exc:`EOFError` if there is nothing left to receive
and the other end was closed. and the other end was closed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment