mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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
|
@ -168,7 +168,7 @@ class Generator(Analyzer):
|
|||
popped, pushed = stacking.get_stack_effect_info_for_macro(instr)
|
||||
case parsing.Pseudo():
|
||||
instr = self.pseudo_instrs[thing.name]
|
||||
# Calculate stack effect, and check that it's the the same
|
||||
# Calculate stack effect, and check that it's the same
|
||||
# for all targets.
|
||||
for target in self.pseudos[thing.name].targets:
|
||||
target_instr = self.instrs.get(target)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue