mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Augment credits.
This commit is contained in:
parent
28c25527c2
commit
fbb299226d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ without surprises: heap[0] is the smallest item, and heap.sort()
|
|||
maintains the heap invariant!
|
||||
"""
|
||||
|
||||
# Code by Kevin O'Connor
|
||||
# Original code by Kevin O'Connor, augmented by Tim Peters
|
||||
|
||||
__about__ = """Heap queues
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue