]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in formatter_unicode (GH-16831)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Oct 2019 17:02:47 +0000 (10:02 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2019 17:02:47 +0000 (10:02 -0700)
numbers's -> number's
(cherry picked from commit 7320ec05f72fc27b25789fe76f8297644e7e7e0a)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Python/formatter_unicode.c

index ef81d15bc568b4314b582a652f0808f8dc959fd2..e0de8cb9cdb27fbdf98a23108380949b8fc45174 100644 (file)
@@ -589,7 +589,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