summaryrefslogtreecommitdiffstats
path: root/Lib/string.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-29 23:41:34 (GMT)
committerCollin Winter <collinw@gmail.com>2007-08-29 23:41:34 (GMT)
commit95fb569f4678f516b707b743bacc1be684a71d0b (patch)
tree8c680b530fb800821fe7f441668ed373e5e399c8 /Lib/string.py
parentba1fffac8653331408d60d6a66af2c0cae94381f (diff)
downloadcpython-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.py1
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)