summaryrefslogtreecommitdiffstats
path: root/Python/initconfig.c
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-01-08 09:58:58 (GMT)
committerGitHub <noreply@github.com>2024-01-08 09:58:58 (GMT)
commite5d0316f35a62df05e1b196689f6998662631836 (patch)
treeb8eecc174cf26ad9e5fbe86b96cd8f40ad0033c0 /Python/initconfig.c
parentf19b93fce04fb0bc9b59071915a6aa6b01860d8a (diff)
downloadcpython-e5d0316f35a62df05e1b196689f6998662631836.zip
cpython-e5d0316f35a62df05e1b196689f6998662631836.tar.gz
cpython-e5d0316f35a62df05e1b196689f6998662631836.tar.bz2
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/initconfig.c')
-rw-r--r--Python/initconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/initconfig.c b/Python/initconfig.c
index aad3b3d..a6d8c17 100644
--- a/Python/initconfig.c
+++ b/Python/initconfig.c
@@ -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"