Fix typos in documentation and comments (#119763)

This commit is contained in:
Xie Yanbo 2024-06-04 18:22:22 +08:00 committed by GitHub
parent 5a1205b641
commit 9e052619a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -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)