Remove extra tick marks and add a missing closing parenthesis.

This commit is contained in:
Brett Cannon 2008-02-03 02:34:14 +00:00
parent 861e39678f
commit 89dfbe35af

View 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.