]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify note and fix typo.
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 17:12:57 +0000 (18:12 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 17:12:57 +0000 (18:12 +0100)
Doc/library/multiprocessing.rst

index 90619717b2581d4774e224266e5c680f65438a8e..c0345116e0b3b1bab78d2d0b5b8febca617d73aa 100644 (file)
@@ -520,8 +520,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 <multiprocessing-managers>`.
 
    (1) After putting an object on an empty queue there may be an
        infinitessimal delay before the queue's :meth:`~Queue.empty`