Skip to content

Commit d195816

Browse files
Update Doc/library/argparse.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 7e0a7ad commit d195816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/argparse.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,8 @@ are set.
648648

649649
Error messages will include color codes when redirecting stderr to a
650650
file. To avoid this, set the |NO_COLOR|_ or :envvar:`PYTHON_COLORS`
651-
environment variable (e.g., ``NO_COLOR=1 python script.py 2> errors.txt``).
651+
environment variable (for example,
652+
``NO_COLOR=1 python script.py 2> errors.txt``).
652653

653654
.. versionadded:: 3.14
654655

0 commit comments

Comments
 (0)