This commit is contained in:
Richard Oudkerk 2013-06-24 20:39:28 +01:00
commit 9d89ae64b9
1 changed files with 1 additions and 1 deletions

View 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`.