Skip to content

Commit fbef0c1

Browse files
authored
gh-102567: Add missing newline to --help-all (GH-136391)
1 parent 0240ef4 commit fbef0c1

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
@@ -312,7 +312,7 @@ The following implementation-specific options are available:\n\
312312
"-X gil=[0|1]: enable (1) or disable (0) the GIL; also PYTHON_GIL\n"
313313
#endif
314314
"\
315-
-X importtime[=2]: show how long each import takes; use -X importtime=2 to\
315+
-X importtime[=2]: show how long each import takes; use -X importtime=2 to\n\
316316
log imports of already-loaded modules; also PYTHONPROFILEIMPORTTIME\n\
317317
-X int_max_str_digits=N: limit the size of int<->str conversions;\n\
318318
0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\

0 commit comments

Comments
 (0)