mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
This commit is contained in:
parent
98e0d4c61c
commit
e0281cab81
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ def vformat(self, format_string, args, kwargs):
|
|||
# format the object and append to the result
|
||||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue