summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2024-01-26 13:42:49 (GMT)
committerGitHub <noreply@github.com>2024-01-26 13:42:49 (GMT)
commit30b7b4f73cd876732244de06d079a2caf2a7b95c (patch)
tree105a8f7678d5e5212925ce64b0b247a0e389fac6 /Doc/using
parent8710faeac28e65c65862359413e8341492f529af (diff)
downloadcpython-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.rst2
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``.