mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove extra tick marks and add a missing closing parenthesis.
This commit is contained in:
parent
861e39678f
commit
89dfbe35af
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue