mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
1aa999c49e
commit
24b07bcba3
44 changed files with 51 additions and 50 deletions
|
@ -176,7 +176,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