mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix typo in comment in compile.c (#101194)
This commit is contained in:
parent
8be6992620
commit
4510fbb216
1 changed files with 1 additions and 1 deletions
|
@ -3667,7 +3667,7 @@ compiler_try_star_except(struct compiler *c, stmt_ty s)
|
|||
/*
|
||||
[orig] BUILD_LIST
|
||||
*/
|
||||
/* Creat a copy of the original EG */
|
||||
/* Create a copy of the original EG */
|
||||
/*
|
||||
[orig, []] COPY 2
|
||||
[orig, [], exc]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue