summary refs log tree commit diff stats
path: root/doc/lib.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lib.rst')
-rw-r--r--doc/lib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 082c3c0bd..d00591e10 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -92,7 +92,7 @@ Collections and algorithms
   The underlying implementation uses a ``seq``.
 
 * `heapqueue <heapqueue.html>`_
-  This module implements Heap queue (a.k.a. priority queue) algorithm.
+  Implementation of a heap data structure that can be used as a priority queue.
 
 * `intsets <intsets.html>`_
   Efficient implementation of a set of ints as a sparse bit set.