Commit 9ea1e369 authored by Eric Smith's avatar Eric Smith

Typo in comment.

parent 2b917c93
...@@ -586,7 +586,7 @@ format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, ...@@ -586,7 +586,7 @@ format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format,
} }
/* Insert the grouping, if any, after the uppercasing of 'X', so we can /* Insert the grouping, if any, after the uppercasing of 'X', so we can
ensure that grouping chars won't be affeted. */ ensure that grouping chars won't be affected. */
if (n_grouping_chars && format->type == 'n') { if (n_grouping_chars && format->type == 'n') {
/* We know this can't fail, since we've already /* We know this can't fail, since we've already
reserved enough space. */ reserved enough space. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment