commit | 54d3921c015a9422fffa54ee847217e6bfa0aef7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Dec 09 12:13:38 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Dec 09 12:13:38 2010 +0000 |
tree | 7be1e17c74e762065def7726992f3d3e25623b61 | |
parent | a9b1689a8978e4419e01cedabd685c0c4c4f2c4a [diff] [blame] |
#10658: Fix link.
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 @@ .. 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: