summaryrefslogtreecommitdiffstats
path: root/Lib/string.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/string.py')
-rw-r--r--Lib/string.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/string.py b/Lib/string.py
index de364de..a061558 100644
--- a/Lib/string.py
+++ b/Lib/string.py
@@ -232,6 +232,7 @@ 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)