Skip to content

Commit 28c013d

Browse files
committed
Fix markup.
1 parent 10745a9 commit 28c013d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/queue.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fully processed by daemon consumer threads.
155155
The count of unfinished tasks goes up whenever an item is added to the queue.
156156
The count goes down whenever a consumer thread calls :meth:`task_done` to
157157
indicate that the item was retrieved and all work on it is complete. When the
158-
count of unfinished tasks drops to zero, join() unblocks.
158+
count of unfinished tasks drops to zero, :meth:`join` unblocks.
159159

160160

161161
Example of how to wait for enqueued tasks to be completed::

0 commit comments

Comments
 (0)