summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-03-10 00:06:05 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-03-10 00:06:05 (GMT)
commitf4ea92904457a370d9f1308063feaf3c8a0c09db (patch)
treea90d3baa2a9adba98ed5467dd0b40ca3417fceaf
parent6d83429a1dea00667357fc8360cdb1ce56521def (diff)
downloadcpython-f4ea92904457a370d9f1308063feaf3c8a0c09db.zip
cpython-f4ea92904457a370d9f1308063feaf3c8a0c09db.tar.gz
cpython-f4ea92904457a370d9f1308063feaf3c8a0c09db.tar.bz2
Fix markup.
-rw-r--r--Doc/library/queue.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst
index 0508fcb..ea579f9 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