From: Hansraj Das Date: Fri, 25 Oct 2019 16:44:02 +0000 (+0530) Subject: Fix typo in formatter_unicode (GH-16831) X-Git-Tag: v3.9.0a1~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7320ec05f72fc27b25789fe76f8297644e7e7e0a;p=thirdparty%2FPython%2Fcpython.git Fix typo in formatter_unicode (GH-16831) numbers's -> number's --- diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c index 3e9e9ba08602..7c4ecf0b3e2c 100644 --- a/Python/formatter_unicode.c +++ b/Python/formatter_unicode.c @@ -590,7 +590,7 @@ calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix, spec->n_remainder + spec->n_rpadding; } -/* Fill in the digit parts of a numbers's string representation, +/* Fill in the digit parts of a number's string representation, as determined in calc_number_widths(). Return -1 on error, or 0 on success. */ static int