]> granicus.if.org Git - python/commitdiff
Minor markup changes.
authorFred Drake <fdrake@acm.org>
Fri, 2 Aug 2002 19:46:42 +0000 (19:46 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Aug 2002 19:46:42 +0000 (19:46 +0000)
Doc/lib/libheapq.tex

index fe8c4113badcd2b0d99b71e81e431d39f70b7d0a..d196fdab77a7fbaf660fae5cd4dde255035fd6de 100644 (file)
@@ -3,14 +3,15 @@
 
 \declaremodule{standard}{heapq}
 \modulesynopsis{Heap queue algorithm (a.k.a. priority queue).}
+\moduleauthor{Kevin O'Connor}{}
 \sectionauthor{Guido van Rossum}{guido@python.org}
-% Implementation contributed by Kevin O'Connor
-% Theoretical explanation by François Pinard
+% Theoretical explanation:
+\sectionauthor{Fran\c cois Pinard}{}
+\versionadded{2.3}
 
 
 This module provides an implementation of the heap queue algorithm,
 also known as the priority queue algorithm.
-\versionadded{2.3}
 
 Heaps are arrays for which
 \code{\var{heap}[\var{k}] <= \var{heap}[2*\var{k}+1]} and