Skip to content

Commit 52c41f1

Browse files
authored
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941)
(cherry picked from commit 6fcb69d)
1 parent 3de1448 commit 52c41f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
10181018
.. method:: recv()
10191019

10201020
Return an object sent from the other end of the connection using
1021-
:meth:`send`. Blocks until there its something to receive. Raises
1021+
:meth:`send`. Blocks until there is something to receive. Raises
10221022
:exc:`EOFError` if there is nothing left to receive
10231023
and the other end was closed.
10241024

0 commit comments

Comments
 (0)