mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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
|
.. module:: Queue
|
||||||
|
@ -26,7 +26,7 @@ lowest valued entry is retrieved first.
|
||||||
|
|
||||||
.. seealso::
|
.. 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>`_.
|
<http://svn.python.org/view/python/branches/release27-maint/Lib/Queue.py?view=markup>`_.
|
||||||
|
|
||||||
The :mod:`Queue` module defines the following classes and exceptions:
|
The :mod:`Queue` module defines the following classes and exceptions:
|
||||||
|
|
|
@ -432,6 +432,7 @@ Robert Kern
|
||||||
Randall Kern
|
Randall Kern
|
||||||
Magnus Kessler
|
Magnus Kessler
|
||||||
Lawrence Kesteloot
|
Lawrence Kesteloot
|
||||||
|
Rafe Kettler
|
||||||
Vivek Khera
|
Vivek Khera
|
||||||
Akira Kitada
|
Akira Kitada
|
||||||
Mads Kiilerich
|
Mads Kiilerich
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue