mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Docs: 'still' is a better word than 'nonetheless' (#114598)
This commit is contained in:
parent
8710faeac2
commit
30b7b4f73c
3 changed files with 3 additions and 3 deletions
|
|
@ -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``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue