Skip to content

Commit fa90179

Browse files
authored
Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942)
(cherry picked from commit 6fcb69d)
1 parent c2f7fb6 commit fa90179

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

824824
Return an object sent from the other end of the connection using
825-
:meth:`send`. Blocks until there its something to receive. Raises
825+
:meth:`send`. Blocks until there is something to receive. Raises
826826
:exc:`EOFError` if there is nothing left to receive
827827
and the other end was closed.
828828

0 commit comments

Comments
 (0)