Browse Source

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

pull/2148/head
Stéphane Wirtel 9 years ago
committed by Nick Coghlan
parent
commit
81f67b6f48
  1. 2
      Modules/main.c

2
Modules/main.c

@ -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)

Loading…
Cancel
Save