From b871e34e5b6bfdcb2b006155099902d8dec5c46c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 3 Jun 2014 02:03:29 +0300 Subject: [PATCH] heapq: Convert __about__ to "second docstring". So it can be discarded. --- heapq/heapq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heapq/heapq.py b/heapq/heapq.py index d615239b..e43254f6 100644 --- a/heapq/heapq.py +++ b/heapq/heapq.py @@ -30,7 +30,7 @@ maintains the heap invariant! # Original code by Kevin O'Connor, augmented by Tim Peters and Raymond Hettinger -__about__ = """Heap queues +"""Heap queues [explanation by François Pinard]