summaryrefslogtreecommitdiffstats
path: root/Doc/library/heapq.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-08-10 13:54:56 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-08-10 13:54:56 (GMT)
commitea75f4cf3b604526ff5839d5afe573155b20197c (patch)
tree20b2b427266307893718d4dd1151c08e539a4078 /Doc/library/heapq.rst
parent3ea5224c43663ee4a18e8a08ca927fe8a4790f24 (diff)
downloadcpython-ea75f4cf3b604526ff5839d5afe573155b20197c.zip
cpython-ea75f4cf3b604526ff5839d5afe573155b20197c.tar.gz
cpython-ea75f4cf3b604526ff5839d5afe573155b20197c.tar.bz2
Fix closes Issue12722 - link heapq source in the text format in the documentation.
Diffstat (limited to 'Doc/library/heapq.rst')
-rw-r--r--Doc/library/heapq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst
index a6b9ba2..fcaf28d 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
- <http://svn.python.org/view/python/branches/release27-maint/Lib/heapq.py?view=markup>`_
+ <http://svn.python.org/view/*checkout*/python/branches/release27-maint/Lib/heapq.py?content-type=text%2Fplain>`_
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