From: Raymond Hettinger Date: Tue, 10 Mar 2009 00:06:05 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.7a1~1878 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4ea92904457a370d9f1308063feaf3c8a0c09db;p=python Fix markup. --- diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index 0508fcb604..ea579f9470 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst @@ -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