]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup.
authorRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 00:10:10 +0000 (00:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 00:10:10 +0000 (00:10 +0000)
Doc/library/queue.rst

index b6b009b668f251b2ec611a6103c33c7ec0ef8247..ac1a48d16137345166cb6dae4e0e84c7ddc1f385 100644 (file)
@@ -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::