Commit 7320ec05 authored by Hansraj Das's avatar Hansraj Das Committed by Miss Skeleton (bot)

Fix typo in formatter_unicode (GH-16831)



numbers's -> number's
parent 96b06aef
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment