Fix a trivial typo.

This commit is contained in:
Eric V. Smith 2015-08-21 09:40:38 -04:00
parent f01b16c1fe
commit 163b5c668d
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ PyAST_Validate(mod_ty mod)
/* Data structure used internally */
struct compiling {
char *c_encoding; /* source encoding */
PyArena *c_arena; /* arena for allocating memeory */
PyArena *c_arena; /* Arena for allocating memory. */
PyObject *c_filename; /* filename */
PyObject *c_normalize; /* Normalization function from unicodedata. */
PyObject *c_normalize_args; /* Normalization argument tuple. */