Commit 877f2e45 authored by Eli Bendersky's avatar Eli Bendersky

Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler

parent 304f0f95
: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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment