mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix trivial typo in multiprocessing documentation (GH-2930)
This commit is contained in:
parent
28ce07ae9e
commit
6fcb69dad5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue