Typo in comment.

This commit is contained in:
Eric Smith 2008-06-24 06:05:30 +00:00
parent 2b917c93bc
commit 9ea1e36957
1 changed files with 1 additions and 1 deletions

View File

@ -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
ensure that grouping chars won't be affeted. */
ensure that grouping chars won't be affected. */
if (n_grouping_chars && format->type == 'n') {
/* We know this can't fail, since we've already
reserved enough space. */