8000 gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798) · python/cpython@e5d0316 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5d0316

Browse files
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
Co-authored-by: Serhiy Storchaka <s 8000 torchaka@gmail.com>
1 parent f19b93f commit e5d0316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/initconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ static const char usage_envvars[] =
295295
" running a local build).\n"
296296
"PYTHON_COLORS : If this variable is set to 1, the interpreter will"
297297
" colorize various kinds of output. Setting it to 0 deactivates this behavior.\n"
298+
"PYTHON_HISTORY : the location of a .python_history file.\n"
298299
"These variables have equivalent command-line parameters (see --help for details):\n"
299-
"PYTHON_HISTORY: the location of a .python_history file.\n"
300300
"PYTHONDEBUG : enable parser debug mode (-d)\n"
301301
"PYTHONDONTWRITEBYTECODE : don't write .pyc files (-B)\n"
302302
"PYTHONINSPECT : inspect interactively after running script (-i)\n"

0 commit comments

Comments
 (0)
0