Fix typo in formatter_unicode (GH-16831)

numbers's -> number's
(cherry picked from commit 7320ec05f7)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
This commit is contained in:
Miss Skeleton (bot) 2019-10-25 10:02:47 -07:00 committed by GitHub
parent 0160a70acb
commit 5207cc0ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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