mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
fix spelling
This commit is contained in:
parent
de5827dcd2
commit
d3af6e30a2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue