]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102567: Add missing newline to `--help-all` (GH-136391)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 8 Jul 2025 05:59:00 +0000 (08:59 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 05:59:00 +0000 (07:59 +0200)
Python/initconfig.c

index 71d7cfed5c44c1f9ebc2a9358d94eeb46bd5928a..73a9a9bf1ca460edf6d4652b71ce508efd8a0b24 100644 (file)
@@ -312,7 +312,7 @@ The following implementation-specific options are available:\n\
 "-X gil=[0|1]: enable (1) or disable (0) the GIL; also PYTHON_GIL\n"
 #endif
 "\
--X importtime[=2]: show how long each import takes; use -X importtime=2 to\
+-X importtime[=2]: show how long each import takes; use -X importtime=2 to\n\
          log imports of already-loaded modules; also PYTHONPROFILEIMPORTTIME\n\
 -X int_max_str_digits=N: limit the size of int<->str conversions;\n\
          0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\