From: Brett Cannon Date: Sun, 3 Feb 2008 02:34:14 +0000 (+0000) Subject: Remove extra tick marks and add a missing closing parenthesis. X-Git-Tag: v2.6a1~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89dfbe35af6379a041f52bc97ce1ad5638257098;p=thirdparty%2FPython%2Fcpython.git Remove extra tick marks and add a missing closing parenthesis. --- diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index f6765a5c269a..2ce871a43e4f 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.