mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +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
|
@ -322,7 +322,7 @@ class TestIncompleteFrameAreInvisible(unittest.TestCase):
|
|||
sneaky_frame_object = None
|
||||
gc.enable()
|
||||
next(g)
|
||||
# g.gi_frame should be the the frame object from the callback (the
|
||||
# g.gi_frame should be the frame object from the callback (the
|
||||
# one that was *requested* second, but *created* first):
|
||||
self.assertIs(g.gi_frame, sneaky_frame_object)
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue