From: Georg Brandl Date: Thu, 9 Dec 2010 12:13:38 +0000 (+0000) Subject: #10658: Fix link. X-Git-Tag: v2.7.2rc1~496 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54d3921c015a9422fffa54ee847217e6bfa0aef7;p=thirdparty%2FPython%2Fcpython.git #10658: Fix link. --- diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index 4a00d0bcf95b..a471bb09a171 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 - `_ + `_. The :mod:`Queue` module defines the following classes and exceptions: