From 89dfbe35af6379a041f52bc97ce1ad5638257098 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 3 Feb 2008 02:34:14 +0000 Subject: Remove extra tick marks and add a missing closing parenthesis. --- Doc/library/queue.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ The :mod:`Queue` module defines the following classes and exceptions: 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. -- cgit v0.12