From fbb299226d486b63459c0ec084e191c7eee6ddb9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 2 Aug 2002 22:01:37 +0000 Subject: [PATCH] Augment credits. --- Lib/heapq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/heapq.py b/Lib/heapq.py index f30ce30435..abdad03d63 100644 --- a/Lib/heapq.py +++ b/Lib/heapq.py @@ -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 -- 2.40.0