Skip to content

Commit

Permalink
pythongh-73965: Move PYTHON_HISTORY into the correct usage section (p…
Browse files Browse the repository at this point in the history
…ython#113798)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  • Loading branch information
hugovk and serhiy-storchaka committed Jan 8, 2024
1 parent f19b93f commit e5d0316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/initconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ static const char usage_envvars[] =
" running a local build).\n"
"PYTHON_COLORS : If this variable is set to 1, the interpreter will"
" colorize various kinds of output. Setting it to 0 deactivates this behavior.\n"
"PYTHON_HISTORY : the location of a .python_history file.\n"
"These variables have equivalent command-line parameters (see --help for details):\n"
"PYTHON_HISTORY: the location of a .python_history file.\n"
"PYTHONDEBUG : enable parser debug mode (-d)\n"
"PYTHONDONTWRITEBYTECODE : don't write .pyc files (-B)\n"
"PYTHONINSPECT : inspect interactively after running script (-i)\n"
Expand Down

0 comments on commit e5d0316

Please sign in to comment.