summaryrefslogtreecommitdiffstats
path: root/Python/formatter_unicode.c
diff options
context:
space:
mode:
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-25 17:03:23 (GMT)
committerGitHub <noreply@github.com>2019-10-25 17:03:23 (GMT)
commitedf9e8e98a487229800da832292703a9b3855139 (patch)
tree8f8985d660c266f6ea4310d756546e0be5bfb79a /Python/formatter_unicode.c
parentd04661f9ca4a082a2dd9de52df687600d574407e (diff)
downloadcpython-edf9e8e98a487229800da832292703a9b3855139.zip
cpython-edf9e8e98a487229800da832292703a9b3855139.tar.gz
cpython-edf9e8e98a487229800da832292703a9b3855139.tar.bz2
Fix typo in formatter_unicode (GH-16831)
numbers's -> number's (cherry picked from commit 7320ec05f72fc27b25789fe76f8297644e7e7e0a) Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Diffstat (limited to 'Python/formatter_unicode.c')
-rw-r--r--Python/formatter_unicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c
index 3e9e9ba..7c4ecf0 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