projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77a35d
)
bpo-30636: Fix the indentation for the help (#2131)
author
Stéphane Wirtel
<stephane@wirtel.be>
Tue, 13 Jun 2017 01:31:11 +0000
(
03:31
+0200)
committer
Nick Coghlan
<ncoghlan@gmail.com>
Tue, 13 Jun 2017 01:31:11 +0000
(11:31 +1000)
Modules/main.c
patch
|
blob
|
history
diff --git
a/Modules/main.c
b/Modules/main.c
index 6a7e1d3b1f4fa33baaa00045290c0524f4b0d469..94400fedd4251611ffc8b08869fdcfd1297b0d27 100644
(file)
--- 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)