Skip to content

Commit 65166f6

Browse files
committed
Doc: Add heap-binary-tree.png in order to build library.pdf file
1 parent 0b21682 commit 65166f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Doc/library/heapq-binary-tree.png

24.3 KB
Loading

Doc/library/heapq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ that ``a[0]`` is always its smallest element.
350350
The strange invariant above is meant to be an efficient memory representation
351351
for a tournament. The numbers below are *k*, not ``a[k]``:
352352

353-
.. figure:: heapq-binary-tree.svg
353+
.. figure:: heapq-binary-tree.*
354354
:class: invert-in-dark-mode
355355
:align: center
356356
:alt: Example (min-heap) binary tree.

0 commit comments

Comments
 (0)