From 4510fbb2163a5bdc4250752eab5a4bb9034dc76d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 21 Jan 2023 03:34:36 +0900 Subject: Fix typo in comment in compile.c (#101194) --- Python/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/compile.c b/Python/compile.c index bfc6e34..ce714dc 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -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] -- cgit v0.12