diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2023-01-20 18:34:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 18:34:36 (GMT) |
commit | 4510fbb2163a5bdc4250752eab5a4bb9034dc76d (patch) | |
tree | 773422349c7fb80280a611d8ea0af6cbc24ed793 /Python | |
parent | 8be6992620db18bea31c7f75a33c7dcc3782e95a (diff) | |
download | cpython-4510fbb2163a5bdc4250752eab5a4bb9034dc76d.zip cpython-4510fbb2163a5bdc4250752eab5a4bb9034dc76d.tar.gz cpython-4510fbb2163a5bdc4250752eab5a4bb9034dc76d.tar.bz2 |
Fix typo in comment in compile.c (#101194)
Diffstat (limited to 'Python')
-rw-r--r-- | Python/compile.c | 2 |
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] |