Skip to content

Commit e05119a

Browse files
authored
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2940)
(cherry picked from commit 6fcb69d)
1 parent ecc80b3 commit e05119a

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

10261026
Return an object sent from the other end of the connection using
1027-
:meth:`send`. Blocks until there its something to receive. Raises
1027+
:meth:`send`. Blocks until there is something to receive. Raises
10281028
:exc:`EOFError` if there is nothing left to receive
10291029
and the other end was closed.
10301030

0 commit comments

Comments
 (0)