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

Skip to content

Commit edf9e8e

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 d04661f commit edf9e8e

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