bpo-30636: Fix the indentation for the help (#2131)

This commit is contained in:
Stéphane Wirtel 2017-06-13 03:31:11 +02:00 committed by Nick Coghlan
parent a77a35d70b
commit 81f67b6f48
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static const char usage_6[] =
" hooks.\n";
static const char usage_7[] =
"PYTHONCOERCECLOCALE: if this variable is set to 0, it disables the locale\n"
"coercion behavior\n";
" coercion behavior\n";
static int
usage(int exitcode, const wchar_t* program)