Skip to content

Commit e0281ca

Browse files
committed
1 parent 98e0d4c commit e0281ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/string.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def vformat(self, format_string, args, kwargs):
231231
# format the object and append to the result
232232
result.append(self.format_field(obj, format_spec))
233233

234+
self.check_unused_args(used_args, args, kwargs)
234235
self.check_unused_args(used_args, args, kwargs)
235236
return ''.join(result)
236237

0 commit comments

Comments
 (0)