From: Benjamin Peterson Date: Sat, 9 Oct 2010 01:58:37 +0000 (+0000) Subject: remove author names from prose X-Git-Tag: v3.2a3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc8408cbe85dfc549686036668ceed77f2d8e76f;p=python remove author names from prose --- diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index 49e3bf3577..78beee9978 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