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 c2f7fb6 commit fa90179Copy full SHA for fa90179
Doc/library/multiprocessing.rst
@@ -822,7 +822,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
822
.. method:: recv()
823
824
Return an object sent from the other end of the connection using
825
- :meth:`send`. Blocks until there its something to receive. Raises
+ :meth:`send`. Blocks until there is something to receive. Raises
826
:exc:`EOFError` if there is nothing left to receive
827
and the other end was closed.
828
0 commit comments