]> granicus.if.org Git - python/commitdiff
Merged revisions 64496 via svnmerge from
authorEric Smith <eric@trueblade.com>
Tue, 24 Jun 2008 06:07:03 +0000 (06:07 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 24 Jun 2008 06:07:03 +0000 (06:07 +0000)
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.
........

Objects/stringlib/formatter.h

index 12e29310aef953e48951a9bd8cda98855bcd1fa3..f8f265cc271817d7dd45579af704a73fbdb982a9 100644 (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. */