Fix typo.

This commit is contained in:
Richard Oudkerk 2013-06-24 20:38:22 +01:00
parent 2cc73e8e58
commit 66e0a04d2e
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,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`.