We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbf8e1 commit 8899ed5Copy full SHA for 8899ed5
Doc/library/multiprocessing.rst
@@ -832,8 +832,8 @@ raising an exception.
832
833
One difference from other Python queue implementations, is that :mod:`multiprocessing`
834
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.
+The object returned by the get method is a re-created object that does not share
+memory with the original object.
837
838
Note that one can also create a shared queue by using a manager object -- see
839
:ref:`multiprocessing-managers`.
0 commit comments