summaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ast.c')
-rw-r--r--Python/ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ast.c b/Python/ast.c
index 3417fe31a4..3440308ea9 100644
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -490,7 +490,7 @@ PyAST_Validate(mod_ty mod)
return res;
}
-/* This is down here, so defines like "test" don't intefere with access AST above. */
+/* This is done here, so defines like "test" don't intefere with AST use above. */
#include "grammar.h"
#include "parsetok.h"
#include "graminit.h"