summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/queue.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst
index 4a00d0bcf9..a471bb09a1 100644
--- a/Doc/library/queue.rst
+++ b/Doc/library/queue.rst
@@ -27,7 +27,7 @@ lowest valued entry is retrieved first.
.. seealso::
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: