From 2b310dd8b9993cd5e9068f6ff127ee1e098c75f0 Mon Sep 17 00:00:00 2001 From: Richard Oudkerk Date: Mon, 24 Jun 2013 20:38:46 +0100 Subject: [PATCH] Fix typo. --- Doc/library/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index c0345116e0..6ea1572200 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`. -- 2.40.0