From ea75f4cf3b604526ff5839d5afe573155b20197c Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 10 Aug 2011 21:54:56 +0800 Subject: [PATCH] Fix closes Issue12722 - link heapq source in the text format in the documentation. --- Doc/library/heapq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index a6b9ba2710..fcaf28d668 100644 --- a/Doc/library/heapq.rst +++ b/Doc/library/heapq.rst @@ -16,7 +16,7 @@ as the priority queue algorithm. .. seealso:: Latest version of the `heapq Python source code - `_ + `_ Heaps are binary trees for which every parent node has a value less than or equal to any of its children. This implementation uses arrays for which -- 2.50.1