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 f19b93f commit e5d0316Copy full SHA for e5d0316
Python/initconfig.c
@@ -295,8 +295,8 @@ static const char usage_envvars[] =
295
" running a local build).\n"
296
"PYTHON_COLORS : If this variable is set to 1, the interpreter will"
297
" colorize various kinds of output. Setting it to 0 deactivates this behavior.\n"
298
+"PYTHON_HISTORY : the location of a .python_history file.\n"
299
"These variables have equivalent command-line parameters (see --help for details):\n"
-"PYTHON_HISTORY: the location of a .python_history file.\n"
300
"PYTHONDEBUG : enable parser debug mode (-d)\n"
301
"PYTHONDONTWRITEBYTECODE : don't write .pyc files (-B)\n"
302
"PYTHONINSPECT : inspect interactively after running script (-i)\n"
0 commit comments