diff options
author | Collin Winter <collinw@gmail.com> | 2007-08-29 23:41:34 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-08-29 23:41:34 (GMT) |
commit | 95fb569f4678f516b707b743bacc1be684a71d0b (patch) | |
tree | 8c680b530fb800821fe7f441668ed373e5e399c8 /Lib/string.py | |
parent | ba1fffac8653331408d60d6a66af2c0cae94381f (diff) | |
download | cpython-95fb569f4678f516b707b743bacc1be684a71d0b.zip cpython-95fb569f4678f516b707b743bacc1be684a71d0b.tar.gz cpython-95fb569f4678f516b707b743bacc1be684a71d0b.tar.bz2 |
Revert r57685 (weird merge result).
Diffstat (limited to 'Lib/string.py')
-rw-r--r-- | Lib/string.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/string.py b/Lib/string.py index a061558..de364de 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -232,7 +232,6 @@ class Formatter: result.append(self.format_field(obj, format_spec)) self.check_unused_args(used_args, args, kwargs) - self.check_unused_args(used_args, args, kwargs) return ''.join(result) |