diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2024-01-26 13:42:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 13:42:49 (GMT) |
commit | 30b7b4f73cd876732244de06d079a2caf2a7b95c (patch) | |
tree | 105a8f7678d5e5212925ce64b0b247a0e389fac6 /Doc/using | |
parent | 8710faeac28e65c65862359413e8341492f529af (diff) | |
download | cpython-30b7b4f73cd876732244de06d079a2caf2a7b95c.zip cpython-30b7b4f73cd876732244de06d079a2caf2a7b95c.tar.gz cpython-30b7b4f73cd876732244de06d079a2caf2a7b95c.tar.bz2 |
Docs: 'still' is a better word than 'nonetheless' (#114598)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index df8b07c..53c95ca 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -623,7 +623,7 @@ Setting the environment variable ``TERM`` to ``dumb`` will disable color. If the environment variable ``FORCE_COLOR`` is set, then color will be enabled regardless of the value of TERM. This is useful on CI systems which -aren’t terminals but can none-the-less display ANSI escape sequences. +aren’t terminals but can still display ANSI escape sequences. If the environment variable ``NO_COLOR`` is set, Python will disable all color in the output. This takes precedence over ``FORCE_COLOR``. |