Skip to content

Commit 5207cc0

Browse files
Fix typo in formatter_unicode (GH-16831)
numbers's -> number's (cherry picked from commit 7320ec0) Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
1 parent 0160a70 commit 5207cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/formatter_unicode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix,
589589
spec->n_remainder + spec->n_rpadding;
590590
}
591591

592-
/* Fill in the digit parts of a numbers's string representation,
592+
/* Fill in the digit parts of a number's string representation,
593593
as determined in calc_number_widths().
594594
Return -1 on error, or 0 on success. */
595595
static int

0 commit comments

Comments
 (0)