bpo-30636: Fix the indentation for the help (#2131) · python/cpython@81f67b6 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 81f67b6

matrixisencoghlan

authored and

committed

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ static const char usage_6[] =
108 108 " hooks.\n";
109 109 static const char usage_7[] =
110 110 "PYTHONCOERCECLOCALE: if this variable is set to 0, it disables the locale\n"
111 -"coercion behavior\n";
111 +" coercion behavior\n";
112 112
113 113 static int
114 114 usage(int exitcode, const wchar_t* program)