Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3af6e3

Browse files
committed
fix spelling
1 parent de5827d commit d3af6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ PyAST_Validate(mod_ty mod)
490490
return res;
491491
}
492492

493-
/* This is done here, so defines like "test" don't intefere with AST use above. */
493+
/* This is done here, so defines like "test" don't interfere with AST use above. */
494494
#include "grammar.h"
495495
#include "parsetok.h"
496496
#include "graminit.h"

0 commit comments

Comments
 (0)