From: Senthil Kumaran Date: Wed, 10 Aug 2011 13:54:56 +0000 (+0800) Subject: Fix closes Issue12722 - link heapq source in the text format in the documentation. X-Git-Tag: v2.7.3rc1~524 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea75f4cf3b604526ff5839d5afe573155b20197c;p=thirdparty%2FPython%2Fcpython.git Fix closes Issue12722 - link heapq source in the text format in the documentation. --- diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index a6b9ba2710c6..fcaf28d66840 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