diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-05-10 13:46:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 13:46:37 (GMT) |
commit | 13ac1766bca7969a6c142c9176db901dd29c3519 (patch) | |
tree | 08cf753b97607fcd0796992a143e458651c01083 /Doc/howto | |
parent | b8f7ab5783b370004757af5a4c6e70c63dc5fe7a (diff) | |
download | cpython-13ac1766bca7969a6c142c9176db901dd29c3519.zip cpython-13ac1766bca7969a6c142c9176db901dd29c3519.tar.gz cpython-13ac1766bca7969a6c142c9176db901dd29c3519.tar.bz2 |
gh-103960: Dark mode: invert image brightness (#103983)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 145449b..a72e9a8 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -418,6 +418,7 @@ The flow of log event information in loggers and handlers is illustrated in the following diagram. .. image:: logging_flow.png + :class: invert-in-dark-mode Loggers ^^^^^^^ |