https://github.com/python/cpython/commit/d1533115ba3c9e9d3481495f09b09fdb9c795ab1 commit: d1533115ba3c9e9d3481495f09b09fdb9c795ab1 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: rhettinger <rhettin...@users.noreply.github.com> date: 2025-05-12T11:03:28-05:00 summary:
gh-133530: Modify Heapq docs image settings (gh-133937) Add class files: M Doc/library/heapq.rst diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index 183ac9a27d55cd..462b65bc7afba4 100644 --- a/Doc/library/heapq.rst +++ b/Doc/library/heapq.rst @@ -315,6 +315,7 @@ The strange invariant above is meant to be an efficient memory representation for a tournament. The numbers below are *k*, not ``a[k]``: .. figure:: heapq-binary-tree.svg + :class: invert-in-dark-mode :align: center :alt: Example (min-heap) binary tree. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com