mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typos in documentation and comments (#119763)
This commit is contained in:
parent
5a1205b641
commit
9e052619a6
7 changed files with 9 additions and 9 deletions
|
@ -2861,7 +2861,7 @@ _PyCfg_OptimizedCfgToInstructionSequence(cfg_builder *g,
|
|||
}
|
||||
|
||||
/* This is used by _PyCompile_Assemble to fill in the jump and exception
|
||||
* targets in a synthetic CFG (which is not the ouptut of the builtin compiler).
|
||||
* targets in a synthetic CFG (which is not the output of the builtin compiler).
|
||||
*/
|
||||
int
|
||||
_PyCfg_JumpLabelsToTargets(cfg_builder *g)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue