]> granicus.if.org Git - python/commitdiff
Augment credits.
authorGuido van Rossum <guido@python.org>
Fri, 2 Aug 2002 22:01:37 +0000 (22:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Aug 2002 22:01:37 +0000 (22:01 +0000)
Lib/heapq.py

index f30ce304351db725cfe5b2986426fa1d64328bfa..abdad03d630fe02e750be72cc48d70ab3baa711d 100644 (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