Commit 6fcb69da authored by Yuval Langer's avatar Yuval Langer Committed by Mariatta

Fix trivial typo in multiprocessing documentation (GH-2930)

parent 28ce07ae
......@@ -1040,7 +1040,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
.. method:: recv()
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
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