mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -93,7 +93,7 @@ class ModuleTest(unittest.TestCase):
|
|||
# test all parameters used
|
||||
class CheckAllUsedFormatter(string.Formatter):
|
||||
def check_unused_args(self, used_args, args, kwargs):
|
||||
# Track which arguments actuallly got used
|
||||
# Track which arguments actually got used
|
||||
unused_args = set(kwargs.keys())
|
||||
unused_args.update(range(0, len(args)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue