We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0a7ad commit d195816Copy full SHA for d195816
Doc/library/argparse.rst
@@ -648,7 +648,8 @@ are set.
648
649
Error messages will include color codes when redirecting stderr to a
650
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``).
+ environment variable (for example,
652
+ ``NO_COLOR=1 python script.py 2> errors.txt``).
653
654
.. versionadded:: 3.14
655
0 commit comments