Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b69da7

Browse files
committed
Clarify note and fix typo.
1 parent 64c25b4 commit 7b69da7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/multiprocessing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,9 @@ Note that one can also create a shared queue by using a manager object -- see
520520
When an object is put on a queue, the object is pickled and a
521521
background thread later flushes the pickled data to an underlying
522522
pipe. This has some consequences which are a little surprising,
523-
but should not cause any pratical difficulties -- you can always
524-
use a managed queue if they really bother you.
523+
but should not cause any practical difficulties -- if they really
524+
bother you then you can instead use a queue created with a
525+
:ref:`manager <multiprocessing-managers>`.
525526

526527
(1) After putting an object on an empty queue there may be an
527528
infinitessimal delay before the queue's :meth:`~Queue.empty`

0 commit comments

Comments
 (0)