]> granicus.if.org Git - python/commitdiff
bpo-30636: Fix the indentation for the help (#2131)
authorStéphane Wirtel <stephane@wirtel.be>
Tue, 13 Jun 2017 01:31:11 +0000 (03:31 +0200)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 13 Jun 2017 01:31:11 +0000 (11:31 +1000)
Modules/main.c

index 6a7e1d3b1f4fa33baaa00045290c0524f4b0d469..94400fedd4251611ffc8b08869fdcfd1297b0d27 100644 (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)