]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove extra tick marks and add a missing closing parenthesis.
authorBrett Cannon <bcannon@gmail.com>
Sun, 3 Feb 2008 02:34:14 +0000 (02:34 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 3 Feb 2008 02:34:14 +0000 (02:34 +0000)
Doc/library/queue.rst

index f6765a5c269a1e6b3fb643cf1b28d2f27ae0dfa3..2ce871a43e4fd313f2d304df8d73ed1b24c2eccd 100644 (file)
@@ -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.