mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typos in docs and comments (#109619)
This commit is contained in:
parent
32ffe58c12
commit
ef6d475db3
14 changed files with 15 additions and 15 deletions
|
@ -1989,7 +1989,7 @@ class ClassPropertiesAndMethods(unittest.TestCase):
|
|||
ns = {}
|
||||
exec(code, ns)
|
||||
number_attrs = ns["number_attrs"]
|
||||
# Warm up the the function for quickening (PEP 659)
|
||||
# Warm up the function for quickening (PEP 659)
|
||||
for _ in range(30):
|
||||
self.assertEqual(number_attrs(Numbers()), list(range(280)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue