]> granicus.if.org Git - python/commitdiff
#10658: Fix link.
authorGeorg Brandl <georg@python.org>
Thu, 9 Dec 2010 12:13:38 +0000 (12:13 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 9 Dec 2010 12:13:38 +0000 (12:13 +0000)
Doc/library/queue.rst

index 4a00d0bcf95be3029dcd04a2403e3e9e0b5f2d33..a471bb09a1711aa6078dc55ae79a2e2ecac65c0c 100644 (file)
@@ -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: