From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 12 May 2025 16:03:28 +0000 (+0100) Subject: gh-133530: Modify Heapq docs image settings (gh-133937) X-Git-Tag: v3.15.0a1~1749 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1533115ba3c9e9d3481495f09b09fdb9c795ab1;p=thirdparty%2FPython%2Fcpython.git gh-133530: Modify Heapq docs image settings (gh-133937) Add class --- diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index 183ac9a27d55..462b65bc7afb 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.