diff options
| author | Georg Brandl <georg@python.org> | 2012-05-30 22:03:20 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-05-30 22:03:20 +0200 |
| commit | 3539afd5c90045b86a7cb5190fbff53051e5a1b4 (patch) | |
| tree | 3b1f6344a457412ca100185dce36b27d86d5802a /Doc/faq | |
| parent | a0cf90e3b1bebde4dea8b99083830b9fb209a1c0 (diff) | |
| download | cpython-git-3539afd5c90045b86a7cb5190fbff53051e5a1b4.tar.gz | |
Update pydoc topics and fix new suspicious markup.
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 7385c59432..cab2d7b1a5 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. |
