Augment credits.

This commit is contained in:
Guido van Rossum 2002-08-02 22:01:37 +00:00
parent 28c25527c2
commit fbb299226d

View file

@ -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