From 81f67b6f48820beed6e138077fd785020bbfd5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Tue, 13 Jun 2017 03:31:11 +0200 Subject: bpo-30636: Fix the indentation for the help (#2131) --- Modules/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/main.c b/Modules/main.c index 6a7e1d3..94400fe 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) -- cgit v0.12