Skip to content

Commit 6fcb69d

Browse files
yuvallangerMariatta
authored andcommitted
Fix trivial typo in multiprocessing documentation (GH-2930)
1 parent 28ce07a commit 6fcb69d

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
@@ -1040,7 +1040,7 @@ Connection objects are usually created using :func:`Pipe` -- see also
10401040
.. method:: recv()
10411041

10421042
Return an object sent from the other end of the connection using
1043-
:meth:`send`. Blocks until there its something to receive. Raises
1043+
:meth:`send`. Blocks until there is something to receive. Raises
10441044
:exc:`EOFError` if there is nothing left to receive
10451045
and the other end was closed.
10461046

0 commit comments

Comments
 (0)