Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst
index a471bb0..654f07a 100644
--- a/Doc/library/queue.rst
+++ b/Doc/library/queue.rst
@@ -1,4 +1,4 @@
-:mod:`queue` --- A synchronized queue class
+:mod:`Queue` --- A synchronized queue class
===========================================
.. module:: Queue
@@ -26,7 +26,7 @@
.. 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: