]> granicus.if.org Git - python/commitdiff
remove author names from prose
authorBenjamin Peterson <benjamin@python.org>
Sat, 9 Oct 2010 01:58:37 +0000 (01:58 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 9 Oct 2010 01:58:37 +0000 (01:58 +0000)
Doc/library/heapq.rst

index 49e3bf35771eed73b2e1de7ed010b49d3ea35e39..78beee9978815c1b3b390102299385b259520c55 100644 (file)
@@ -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