summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-05-30 20:03:20 (GMT)
committerGeorg Brandl <georg@python.org>2012-05-30 20:03:20 (GMT)
commit3539afd5c90045b86a7cb5190fbff53051e5a1b4 (patch)
tree3b1f6344a457412ca100185dce36b27d86d5802a /Doc/faq
parenta0cf90e3b1bebde4dea8b99083830b9fb209a1c0 (diff)
downloadcpython-3539afd5c90045b86a7cb5190fbff53051e5a1b4.zip
cpython-3539afd5c90045b86a7cb5190fbff53051e5a1b4.tar.gz
cpython-3539afd5c90045b86a7cb5190fbff53051e5a1b4.tar.bz2
Update pydoc topics and fix new suspicious markup.
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/library.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index 7385c59..cab2d7b 100644
--- a/Doc/faq/library.rst
+++ b/Doc/faq/library.rst
@@ -351,7 +351,7 @@ When run, this will produce the following output:
Worker <Thread(worker 1, started 130283832797456)> running with argument 5
...
-Consult the module's documentation for more details; the :class:`~queue.Queue``
+Consult the module's documentation for more details; the :class:`~queue.Queue`
class provides a featureful interface.