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 ecc80b3 commit e05119aCopy full SHA for e05119a
Doc/library/multiprocessing.rst
@@ -1024,7 +1024,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
1024
.. method:: recv()
1025
1026
Return an object sent from the other end of the connection using
1027
- :meth:`send`. Blocks until there its something to receive. Raises
+ :meth:`send`. Blocks until there is something to receive. Raises
1028
:exc:`EOFError` if there is nothing left to receive
1029
and the other end was closed.
1030
0 commit comments