summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-23 15:00:41 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-23 15:00:41 (GMT)
commitd50fe7216d09de0eac5c4085a35173b1d5832688 (patch)
tree147ba058b74763cdc918109317dddca9fba92df6 /Doc/faq
parent47f2542462cc9d8056681a7bd664c0e17ddd3e1c (diff)
downloadcpython-d50fe7216d09de0eac5c4085a35173b1d5832688.zip
cpython-d50fe7216d09de0eac5c4085a35173b1d5832688.tar.gz
cpython-d50fe7216d09de0eac5c4085a35173b1d5832688.tar.bz2
Fix suspicious markup in the docs.
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.