mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
Fix typos in docs and comments (#109619) Co-authored-by: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com>
This commit is contained in:
parent
196738fc86
commit
25bf0564c4
9 changed files with 9 additions and 9 deletions
|
@ -162,7 +162,7 @@ class TestCornerCases(unittest.TestCase):
|
|||
ns = {}
|
||||
exec(code, ns)
|
||||
unpack_400 = ns["unpack_400"]
|
||||
# Warm up the the function for quickening (PEP 659)
|
||||
# Warm up the function for quickening (PEP 659)
|
||||
for _ in range(30):
|
||||
y = unpack_400(range(400))
|
||||
self.assertEqual(y, 399)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue