diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2016-05-27 12:56:41 -0600 |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2016-05-27 12:56:41 -0600 |
commit | 1f1268c0bc93629b7abc16d8af9cf997c32a947b (patch) | |
tree | 39ee4dfe533b80ba355fc850ca5de5bc85c09ec0 /Python/formatter_unicode.c | |
parent | f9990315cdea1d35808ed89f11a4fe388944553e (diff) | |
parent | 3bd347c543f3849bc5c70f7c07aa02bb204d3060 (diff) | |
download | cpython-1f1268c0bc93629b7abc16d8af9cf997c32a947b.tar.gz |
Issue #27138: Fix the doc comment for FileFinder.find_spec().
Diffstat (limited to 'Python/formatter_unicode.c')
-rw-r--r-- | Python/formatter_unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c index 8e9c502754..d573288a89 100644 --- a/Python/formatter_unicode.c +++ b/Python/formatter_unicode.c @@ -656,7 +656,7 @@ fill_number(_PyUnicodeWriter *writer, const NumberFieldWidths *spec, return 0; } -static char no_grouping[1] = {CHAR_MAX}; +static const char no_grouping[1] = {CHAR_MAX}; /* Find the decimal point character(s?), thousands_separator(s?), and grouping description, either for the current locale if type is |