summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-09 02:01:03 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-09 02:01:03 (GMT)
commitbe71227b83d53765112553d2580a550a71cd38c9 (patch)
tree871d6d5bd7edc755a462237d6b791bc1038c714c /Doc
parentbeae8efb1b411917efcb1fec7374568855d53851 (diff)
downloadcpython-be71227b83d53765112553d2580a550a71cd38c9.zip
cpython-be71227b83d53765112553d2580a550a71cd38c9.tar.gz
cpython-be71227b83d53765112553d2580a550a71cd38c9.tar.bz2
Merged revisions 85328 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85328 | benjamin.peterson | 2010-10-08 20:58:37 -0500 (Fri, 08 Oct 2010) | 1 line remove author names from prose ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/heapq.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst
index 49e3bf3..78beee9 100644
--- a/Doc/library/heapq.rst
+++ b/Doc/library/heapq.rst
@@ -203,9 +203,6 @@ entry as invalid and optionally add a new entry with the revised priority::
Theory
------
-(This explanation is due to François Pinard. The Python code for this module
-was contributed by Kevin O'Connor.)
-
Heaps are arrays for which ``a[k] <= a[2*k+1]`` and ``a[k] <= a[2*k+2]`` for all
*k*, counting elements from 0. For the sake of comparison, non-existing
elements are considered to be infinite. The interesting property of a heap is