]> granicus.if.org Git - python/commitdiff
Fix markup.
authorRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 00:11:32 +0000 (00:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 00:11:32 +0000 (00:11 +0000)
Doc/library/queue.rst

index 0508fcb6047d70526e7b2bf43bba54e9790ea350..ea579f94701dcd7fdb474b3cff6bf84415447aa6 100644 (file)
@@ -168,7 +168,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.
 
    .. versionadded:: 2.5