Thanks to visit codestin.com Credit goes to github.com
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 229ed3d commit 981ce0cCopy full SHA for 981ce0c
1 file changed
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