]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 19:38:22 +0000 (20:38 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 24 Jun 2013 19:38:22 +0000 (20:38 +0100)
Doc/library/multiprocessing.rst

index bace92ac7cd87e43e0a876a68953c3411ecefa56..3f368a316a407672d822ed4233d3699bd719d2c0 100644 (file)
@@ -496,7 +496,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`.