8000 Fix typo in formatter_unicode (GH-16831) · shihai1991/cpython@39068bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 39068bb

Browse files
hansrajdasshihai1991
authored andcommitted
Fix typo in formatter_unicode (pythonGH-16831)
numbers's -> number's
1 parent fb78979 commit 39068bb

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
@@ -590,7 +590,7 @@ calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix,
590590
spec->n_remainder + spec->n_rpadding;
591591
}
592592

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

0 commit comments

Comments
 (0)
0