Skip to content

Commit 398c6e6

Browse files
committed
Docs: PDF/LaTeX: Add Heapq docs image in PDF format
1 parent 31de83d commit 398c6e6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Doc/library/heapq-binary-tree.pdf

15 KB
Binary file not shown.

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)