mirror of https://github.com/python/cpython
Fix typo in comment in compile.c (#101194)
This commit is contained in:
parent
8be6992620
commit
4510fbb216
|
@ -3667,7 +3667,7 @@ compiler_try_star_except(struct compiler *c, stmt_ty s)
|
||||||
/*
|
/*
|
||||||
[orig] BUILD_LIST
|
[orig] BUILD_LIST
|
||||||
*/
|
*/
|
||||||
/* Creat a copy of the original EG */
|
/* Create a copy of the original EG */
|
||||||
/*
|
/*
|
||||||
[orig, []] COPY 2
|
[orig, []] COPY 2
|
||||||
[orig, [], exc]
|
[orig, [], exc]
|
||||||
|
|
Loading…
Reference in New Issue