Skip to content

Commit

Permalink
Fix typo in formatter_unicode (GH-16831)
Browse files Browse the repository at this point in the history
numbers's -> number's
(cherry picked from commit 7320ec0)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
  • Loading branch information
miss-islington and hansrajdas authored Oct 25, 2019
1 parent d04661f commit edf9e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/formatter_unicode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edf9e8e

Please sign in to comment.