1 parent 78d597c commit 644e59aCopy full SHA for 644e59a
1 file changed
Python/ast.c
@@ -511,7 +511,7 @@ PyAST_Validate(mod_ty mod)
511
/* Data structure used internally */
512
struct compiling {
513
char *c_encoding; /* source encoding */
514
- PyArena *c_arena; /* arena for allocating memeory */
+ PyArena *c_arena; /* Arena for allocating memory. */
515
PyObject *c_filename; /* filename */
516
PyObject *c_normalize; /* Normalization function from unicodedata. */
517
PyObject *c_normalize_args; /* Normalization argument tuple. */
0 commit comments