mirror of
https://github.com/python/cpython.git
synced 2024-12-25 09:44:37 +08:00
Fix trivial typo in multiprocessing documentation (GH-2930)
This commit is contained in:
parent
28ce07ae9e
commit
6fcb69dad5
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user