Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01b16c commit 163b5c6Copy full SHA for 163b5c6
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