From 2cc73e8e58ddc9c99c790c4cf4afaadc418d4d9d Mon Sep 17 00:00:00 2001 From: Richard Oudkerk Date: Mon, 24 Jun 2013 18:11:21 +0100 Subject: [PATCH] Clarify note and fix typo. --- Doc/library/multiprocessing.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index a7dd0b801bbf..bace92ac7cd8 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -491,8 +491,9 @@ Note that one can also create a shared queue by using a manager object -- see When an object is put on a queue, the object is pickled and a background thread later flushes the pickled data to an underlying pipe. This has some consequences which are a little surprising, - but should not cause any pratical difficulties -- you can always - use a managed queue if they really bother you. + but should not cause any practical difficulties -- if they really + bother you then you can instead use a queue created with a + :ref:`manager `. (1) After putting an object on an empty queue there may be an infinitessimal delay before the queue's :meth:`~Queue.empty` -- 2.47.3