Fix typo.

This commit is contained in:
Richard Oudkerk 2013-06-24 20:38:46 +01:00
parent 7b69da72b8
commit 2b310dd8b9
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`.