Skip to content

Commit 8ab97c2

Browse files
Update Doc/library/heapq.rst
Co-authored-by: Petr Viktorin <[email protected]>
1 parent 8fd1a03 commit 8ab97c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/heapq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ For max-heaps, the following functions are provided:
125125
The max-heap size doesn't change. If the max-heap is empty, :exc:`IndexError` is raised.
126126

127127
The value returned may be smaller than the *item* added. Refer to the analogous
128-
function heapreplace for detailed usage notes.
128+
function :func:`heapreplace` for detailed usage notes.
129129

130130
.. versionadded:: next
131131

0 commit comments

Comments
 (0)