[Python-checkins] Fix typo in comment in compile.c (#101194)

iritkatriel webhook-mailer at python.org
Fri Jan 20 13:35:16 EST 2023


https://github.com/python/cpython/commit/4510fbb2163a5bdc4250752eab5a4bb9034dc76d
commit: 4510fbb2163a5bdc4250752eab5a4bb9034dc76d
branch: main
author: Ikko Eltociear Ashimine <eltociear at gmail.com>
committer: iritkatriel <1055913+iritkatriel at users.noreply.github.com>
date: 2023-01-20T18:34:36Z
summary:

Fix typo in comment in compile.c (#101194)

files:
M Python/compile.c

diff --git a/Python/compile.c b/Python/compile.c
index bfc6e3499001..ce714dce6edf 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]



More information about the Python-checkins mailing list