]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
rewrite such that this actually makes sense
authorBenjamin Peterson <benjamin@python.org>
Mon, 16 Jan 2012 14:42:36 +0000 (09:42 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 16 Jan 2012 14:42:36 +0000 (09:42 -0500)
Python/ast.c

index 3417fe31a4ef5fbf97e581b820cf111abfbc8a59..3440308ea9d8246879cf39d8cbe0da7cb7b46562 100644 (file)
@@ -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"