Skip to content

Commit 4510fbb

Browse files
authored
Fix typo in comment in compile.c (#101194)
1 parent 8be6992 commit 4510fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3667,7 +3667,7 @@ compiler_try_star_except(struct compiler *c, stmt_ty s)
36673667
/*
36683668
[orig] BUILD_LIST
36693669
*/
3670-
/* Creat a copy of the original EG */
3670+
/* Create a copy of the original EG */
36713671
/*
36723672
[orig, []] COPY 2
36733673
[orig, [], exc]

0 commit comments

Comments
 (0)