diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-01-16 14:56:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-01-16 14:56:35 (GMT) |
commit | d3af6e30a2d7271872a4efd5c886c02412d73f5e (patch) | |
tree | 477c5d5f5b1bdfed7ce244b526a721f53b81c317 | |
parent | de5827dcd29c47c9fa09a942040ab3c787c5d35b (diff) | |
download | cpython-d3af6e30a2d7271872a4efd5c886c02412d73f5e.zip cpython-d3af6e30a2d7271872a4efd5c886c02412d73f5e.tar.gz cpython-d3af6e30a2d7271872a4efd5c886c02412d73f5e.tar.bz2 |
fix spelling
-rw-r--r-- | Python/ast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ast.c b/Python/ast.c index 78b4126..5d2b35d 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -490,7 +490,7 @@ PyAST_Validate(mod_ty mod) return res; } -/* This is done here, so defines like "test" don't intefere with AST use above. */ +/* This is done here, so defines like "test" don't interfere with AST use above. */ #include "grammar.h" #include "parsetok.h" #include "graminit.h" |