Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ed16dc

Browse files
committed
Merged revisions 64496 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r64496 | eric.smith | 2008-06-24 02:05:30 -0400 (Tue, 24 Jun 2008) | 1 line Typo in comment. ........
1 parent 6d7e7a7 commit 6ed16dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/stringlib/formatter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format,
586586
}
587587

588588
/* Insert the grouping, if any, after the uppercasing of 'X', so we can
589-
ensure that grouping chars won't be affeted. */
589+
ensure that grouping chars won't be affected. */
590590
if (n_grouping_chars && format->type == 'n') {
591591
/* We know this can't fail, since we've already
592592
reserved enough space. */

0 commit comments

Comments
 (0)