]> granicus.if.org Git - python/commitdiff
Fix typo.
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 19:38:46 +0000 (20:38 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 19:38:46 +0000 (20:38 +0100)
Doc/library/multiprocessing.rst

index c0345116e0b3b1bab78d2d0b5b8febca617d73aa..6ea1572200b9b1754a3d9b65fcf0512223daaf4d 100644 (file)
@@ -525,7 +525,7 @@ Note that one can also create a shared queue by using a manager object -- see
    :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`
+       infinitesimal delay before the queue's :meth:`~Queue.empty`
        method returns :const:`False` and :meth:`~Queue.get_nowait` can
        return without raising :exc:`Queue.Empty`.