summaryrefslogtreecommitdiffstats
path: root/Doc/library/heapq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/heapq.rst')
-rw-r--r--Doc/library/heapq.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst
index bd4c79f..115d223 100644
--- a/Doc/library/heapq.rst
+++ b/Doc/library/heapq.rst
@@ -1,4 +1,3 @@
-
:mod:`heapq` --- Heap queue algorithm
=====================================
@@ -8,9 +7,6 @@
.. sectionauthor:: Guido van Rossum <guido@python.org>
.. sectionauthor:: François Pinard
-
-.. % Theoretical explanation:
-
.. versionadded:: 2.3
This module provides an implementation of the heap queue algorithm, also known