mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
This commit is contained in:
parent
304f0f952d
commit
877f2e4530
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
:mod:`queue` --- A synchronized queue class
|
||||
:mod:`Queue` --- A synchronized queue class
|
||||
===========================================
|
||||
|
||||
.. module:: Queue
|
||||
|
@ -26,7 +26,7 @@ lowest valued entry is retrieved first.
|
|||
|
||||
.. seealso::
|
||||
|
||||
Latest version of the `queue module Python source code
|
||||
Latest version of the `Queue module Python source code
|
||||
<http://svn.python.org/view/python/branches/release27-maint/Lib/Queue.py?view=markup>`_.
|
||||
|
||||
The :mod:`Queue` module defines the following classes and exceptions:
|
||||
|
|
|
@ -432,6 +432,7 @@ Robert Kern
|
|||
Randall Kern
|
||||
Magnus Kessler
|
||||
Lawrence Kesteloot
|
||||
Rafe Kettler
|
||||
Vivek Khera
|
||||
Akira Kitada
|
||||
Mads Kiilerich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue