From: Richard Oudkerk Date: Mon, 24 Jun 2013 19:38:22 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v2.7.6rc1~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66e0a04d2e7d4744db83058568a326db2fa8e87e;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index bace92ac7cd8..3f368a316a40 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -496,7 +496,7 @@ Note that one can also create a shared queue by using a manager object -- see :ref:`manager `. (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`.