From: Stéphane Wirtel Date: Tue, 13 Jun 2017 01:31:11 +0000 (+0200) Subject: bpo-30636: Fix the indentation for the help (#2131) X-Git-Tag: v3.7.0a1~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81f67b6f48820beed6e138077fd785020bbfd5d6;p=python bpo-30636: Fix the indentation for the help (#2131) --- diff --git a/Modules/main.c b/Modules/main.c index 6a7e1d3b1f..94400fedd4 100644 --- a/Modules/main.c +++ b/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)