summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/compile.c2
1 files changed, 1 insertions, 1 deletions
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]