]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in comment in compile.c (#101194)
authorIkko Eltociear Ashimine <eltociear@gmail.com>
Fri, 20 Jan 2023 18:34:36 +0000 (03:34 +0900)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 18:34:36 +0000 (18:34 +0000)
Python/compile.c

index bfc6e3499001cf7dda88f15ed09ee8fadbc0f4a1..ce714dce6edfe656f1ddf8ac7132b82b10ad9f21 100644 (file)
@@ -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]