From a9c3462c2bd9ee84584fdc2a9af0c56e506c4485 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Mon, 12 Jun 2017 15:28:20 +0200 Subject: [PATCH] bpo-30636: Fix the indentation for the help --- Modules/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/main.c b/Modules/main.c index 6a7e1d3b1f4fa33..94400fedd425161 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)