Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc8408c

Browse files
committed
remove author names from prose
1 parent 8156409 commit fc8408c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Doc/library/heapq.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ entry as invalid and optionally add a new entry with the revised priority::
203203
Theory
204204
------
205205

206-
(This explanation is due to François Pinard. The Python code for this module
207-
was contributed by Kevin O'Connor.)
208-
209206
Heaps are arrays for which ``a[k] <= a[2*k+1]`` and ``a[k] <= a[2*k+2]`` for all
210207
*k*, counting elements from 0. For the sake of comparison, non-existing
211208
elements are considered to be infinite. The interesting property of a heap is

0 commit comments

Comments
 (0)