diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-12-14 11:36:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 11:36:48 (GMT) |
commit | 12f0bbd6e08bcc1e7165f2641716f7685c1db35c (patch) | |
tree | d1250a898030a31a814c24d9bd09d3b26d4610d7 /Doc/using | |
parent | 29f7eb4859bfc27a4c93f36449ca7d810e13288b (diff) | |
download | cpython-12f0bbd6e08bcc1e7165f2641716f7685c1db35c.zip cpython-12f0bbd6e08bcc1e7165f2641716f7685c1db35c.tar.gz cpython-12f0bbd6e08bcc1e7165f2641716f7685c1db35c.tar.bz2 |
gh-112730: Update docs for colour env vars (#112837)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index dac4956..e032a19 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -610,7 +610,9 @@ Miscellaneous options .. versionadded:: 3.13 The ``-X presite`` option. -Controlling Color +.. _using-on-controlling-color: + +Controlling color ~~~~~~~~~~~~~~~~~ The Python interpreter is configured by default to use colors to highlight @@ -1133,6 +1135,7 @@ conflict. If this variable is set to ``1``, the interpreter will colorize various kinds of output. Setting it to ``0`` deactivates this behavior. + See also :ref:`using-on-controlling-color`. .. versionadded:: 3.13 |