summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/heapq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/heapq.rst')
-rw-r--r--docs/library/heapq.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/heapq.rst b/docs/library/heapq.rst
index 9ae1f61a17..5e808d544a 100644
--- a/docs/library/heapq.rst
+++ b/docs/library/heapq.rst
@@ -1,7 +1,7 @@
-:mod:`uheapq` -- heap queue algorithm
-=====================================
+:mod:`heapq` -- heap queue algorithm
+====================================
-.. module:: uheapq
+.. module:: heapq
:synopsis: heap queue algorithm
|see_cpython_module| :mod:`python:heapq`.