Kaydet (Commit) 163b5c66 authored tarafından Eric V. Smith's avatar Eric V. Smith

Fix a trivial typo.

üst f01b16c1
...@@ -511,7 +511,7 @@ PyAST_Validate(mod_ty mod) ...@@ -511,7 +511,7 @@ PyAST_Validate(mod_ty mod)
/* Data structure used internally */ /* Data structure used internally */
struct compiling { struct compiling {
char *c_encoding; /* source encoding */ 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_filename; /* filename */
PyObject *c_normalize; /* Normalization function from unicodedata. */ PyObject *c_normalize; /* Normalization function from unicodedata. */
PyObject *c_normalize_args; /* Normalization argument tuple. */ PyObject *c_normalize_args; /* Normalization argument tuple. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment