Thanks to visit codestin.com Credit goes to github.com
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 28ce07a commit 6fcb69dCopy full SHA for 6fcb69d
1 file changed
Doc/library/multiprocessing.rst
@@ -1040,7 +1040,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
1040
.. method:: recv()
1041
1042
Return an object sent from the other end of the connection using
1043
- :meth:`send`. Blocks until there its something to receive. Raises
+ :meth:`send`. Blocks until there is something to receive. Raises
1044
:exc:`EOFError` if there is nothing left to receive
1045
and the other end was closed.
1046
0 commit comments