Skip to content

Commit 8899ed5

Browse files
[3.14] pythongh-142066: Fix grammar in multiprocessing Pipes and Queues (pythonGH-142121) (python#142122)
pythongh-142066: Fix grammar in multiprocessing Pipes and Queues (pythonGH-142121) (cherry picked from commit 981ce0c) docs: Fix grammar in multiprocessing Pipes and Queues (pythongh-142066) Co-authored-by: Tadej Magajna <tmagajna@gmail.com>
1 parent 4dbf8e1 commit 8899ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@ raising an exception.
832832

833833
One difference from other Python queue implementations, is that :mod:`multiprocessing`
834834
queues serializes all objects that are put into them using :mod:`pickle`.
835-
The object return by the get method is a re-created object that does not share memory
836-
with the original object.
835+
The object returned by the get method is a re-created object that does not share
836+
memory with the original object.
837837

838838
Note that one can also create a shared queue by using a manager object -- see
839839
:ref:`multiprocessing-managers`.

0 commit comments

Comments
 (0)