mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo in formatter_unicode (GH-16831)
numbers's -> number's
This commit is contained in:
parent
96b06aefe2
commit
7320ec05f7
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix,
|
||||||
spec->n_remainder + spec->n_rpadding;
|
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().
|
as determined in calc_number_widths().
|
||||||
Return -1 on error, or 0 on success. */
|
Return -1 on error, or 0 on success. */
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue