]> granicus.if.org Git - python/commitdiff
Fix typo in formatter_unicode (GH-16831)
authorHansraj Das <raj.das.136@gmail.com>
Fri, 25 Oct 2019 16:44:02 +0000 (22:14 +0530)
committerMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Oct 2019 16:44:02 +0000 (09:44 -0700)
numbers's -> number's

Python/formatter_unicode.c

index 3e9e9ba08602cd0a09eb9c1c049ad1aeca887043..7c4ecf0b3e2cb7770248308823a7a5bd803a7093 100644 (file)
@@ -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