diff options
Diffstat (limited to 'docs/library/uheapq.rst')
-rw-r--r-- | docs/library/uheapq.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/uheapq.rst b/docs/library/uheapq.rst index c17dac0675..f822f1e7f3 100644 --- a/docs/library/uheapq.rst +++ b/docs/library/uheapq.rst @@ -4,6 +4,8 @@ .. module:: uheapq :synopsis: heap queue algorithm +|see_cpython_module| :mod:`python:heapq`. + This module implements the heap queue algorithm. A heap queue is simply a list that has its elements stored in a certain way. |