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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54d3921c015a9422fffa54ee847217e6bfa0aef7;p=python #10658: Fix link. --- 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 - `_ + `_. The :mod:`Queue` module defines the following classes and exceptions: