Commit 66e0a04d authored by Richard Oudkerk's avatar Richard Oudkerk

Fix typo.

parent 2cc73e8e
......@@ -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`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment