summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-09 12:13:38 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-09 12:13:38 (GMT)
commit54d3921c015a9422fffa54ee847217e6bfa0aef7 (patch)
tree7be1e17c74e762065def7726992f3d3e25623b61 /Doc
parenta9b1689a8978e4419e01cedabd685c0c4c4f2c4a (diff)
downloadcpython-54d3921c015a9422fffa54ee847217e6bfa0aef7.zip
cpython-54d3921c015a9422fffa54ee847217e6bfa0aef7.tar.gz
cpython-54d3921c015a9422fffa54ee847217e6bfa0aef7.tar.bz2
#10658: Fix link.
Diffstat (limited to 'Doc')
-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 4a00d0b..a471bb0 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: