mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merged revisions 64496 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64496 | eric.smith | 2008-06-24 02:05:30 -0400 (Tue, 24 Jun 2008) | 1 line Typo in comment. ........
This commit is contained in:
parent
6d7e7a730e
commit
6ed16dcf56
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue