Fix typo.
This commit is contained in:
parent
7b69da72b8
commit
2b310dd8b9
|
@ -525,7 +525,7 @@ Note that one can also create a shared queue by using a manager object -- see
|
||||||
:ref:`manager <multiprocessing-managers>`.
|
:ref:`manager <multiprocessing-managers>`.
|
||||||
|
|
||||||
(1) After putting an object on an empty queue there may be an
|
(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
|
method returns :const:`False` and :meth:`~Queue.get_nowait` can
|
||||||
return without raising :exc:`Queue.Empty`.
|
return without raising :exc:`Queue.Empty`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue