Commit 28c013dc authored by Raymond Hettinger's avatar Raymond Hettinger

Fix markup.

parent 10745a98
......@@ -155,7 +155,7 @@ fully processed by daemon consumer threads.
The count of unfinished tasks goes up whenever an item is added to the queue.
The count goes down whenever a consumer thread calls :meth:`task_done` to
indicate that the item was retrieved and all work on it is complete. When the
count of unfinished tasks drops to zero, join() unblocks.
count of unfinished tasks drops to zero, :meth:`join` unblocks.
Example of how to wait for enqueued tasks to be completed::
......
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