Docs: 'still' is a better word than 'nonetheless' (#114598)

This commit is contained in:
Ned Batchelder 2024-01-26 08:42:49 -05:00 committed by GitHub
parent 8710faeac2
commit 30b7b4f73c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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
arent terminals but can none-the-less display ANSI escape sequences.
arent 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``.