]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 8 Jan 2024 09:58:58 +0000 (11:58 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 09:58:58 +0000 (11:58 +0200)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/initconfig.c

index aad3b3d53ca78765e02472abb0ef260af0c8d2a0..a6d8c176156617958e0398e66813abedbcb64fdf 100644 (file)
@@ -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"