We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de1448 commit 52c41f1Copy full SHA for 52c41f1
Doc/library/multiprocessing.rst
@@ -1018,7 +1018,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
1018
.. method:: recv()
1019
1020
Return an object sent from the other end of the connection using
1021
- :meth:`send`. Blocks until there its something to receive. Raises
+ :meth:`send`. Blocks until there is something to receive. Raises
1022
:exc:`EOFError` if there is nothing left to receive
1023
and the other end was closed.
1024
0 commit comments