Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93b736e + 2b310dd commit 9d89ae6Copy full SHA for 9d89ae6
1 file changed
Doc/library/multiprocessing.rst
@@ -525,7 +525,7 @@ Note that one can also create a shared queue by using a manager object -- see
525
:ref:`manager <multiprocessing-managers>`.
526
527
(1) After putting an object on an empty queue there may be an
528
- infinitessimal delay before the queue's :meth:`~Queue.empty`
+ infinitesimal delay before the queue's :meth:`~Queue.empty`
529
method returns :const:`False` and :meth:`~Queue.get_nowait` can
530
return without raising :exc:`Queue.Empty`.
531
0 commit comments