diff options
author | Georg Brandl <georg@python.org> | 2013-03-23 15:00:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-23 15:00:41 (GMT) |
commit | d50fe7216d09de0eac5c4085a35173b1d5832688 (patch) | |
tree | 147ba058b74763cdc918109317dddca9fba92df6 /Doc/faq | |
parent | 47f2542462cc9d8056681a7bd664c0e17ddd3e1c (diff) | |
download | cpython-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.rst | 2 |
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. |