From 54d3921c015a9422fffa54ee847217e6bfa0aef7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 9 Dec 2010 12:13:38 +0000 Subject: [PATCH] #10658: Fix link. --- Doc/library/queue.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index 4a00d0bcf95..a471bb09a17 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: