commit | 89dfbe35af6379a041f52bc97ce1ad5638257098 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Feb 03 02:34:14 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Feb 03 02:34:14 2008 +0000 |
tree | 6912da28e19f56e30ec86a733318b9970c4c4357 | |
parent | 861e39678f574496c6e730753f12cbd7f59b6541 [diff] [blame] |
Remove extra tick marks and add a missing closing parenthesis.
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index f6765a5..2ce871a 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst
@@ -68,7 +68,7 @@ Queue Objects ------------- -Queue objects (:class:``Queue``, :class:``LifoQueue``, or :class:``PriorityQueue`` +Queue objects (:class:`Queue`, :class:`LifoQueue`, or :class:`PriorityQueue`) provide the public methods described below.