From: Richard Oudkerk Date: Mon, 24 Jun 2013 19:38:46 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v3.4.0a1~403^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b310dd8b9993cd5e9068f6ff127ee1e098c75f0;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index c0345116e0b3..6ea1572200b9 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -525,7 +525,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`.