summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-09 12:13:38 +0000
committerGeorg Brandl <georg@python.org>2010-12-09 12:13:38 +0000
commit54d3921c015a9422fffa54ee847217e6bfa0aef7 (patch)
tree7be1e17c74e762065def7726992f3d3e25623b61
parenta9b1689a8978e4419e01cedabd685c0c4c4f2c4a (diff)
downloadcpython-git-54d3921c015a9422fffa54ee847217e6bfa0aef7.tar.gz
#10658: Fix link.
-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: