We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd1a03 commit 8ab97c2Copy full SHA for 8ab97c2
Doc/library/heapq.rst
@@ -125,7 +125,7 @@ For max-heaps, the following functions are provided:
125
The max-heap size doesn't change. If the max-heap is empty, :exc:`IndexError` is raised.
126
127
The value returned may be smaller than the *item* added. Refer to the analogous
128
- function heapreplace for detailed usage notes.
+ function :func:`heapreplace` for detailed usage notes.
129
130
.. versionadded:: next
131
0 commit comments