File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ Important files
515
515
Creates C structs corresponding to the ASDL types. Also contains code for
516
516
marshalling AST nodes (core ASDL types have marshalling code in
517
517
[ Python/asdl.c] ( https://github.com/python/cpython/blob/main/Python/asdl.c ) ).
518
- " File automatically generated by
518
+ File automatically generated by
519
519
[ Parser/asdl_c.py] ( https://github.com/python/cpython/blob/main/Parser/asdl_c.py ) .
520
520
This file must be committed separately after every grammar change
521
521
is committed since the `` __version__ `` value is set to the latest
@@ -572,7 +572,7 @@ Important files
572
572
* [ Include/internal/pycore_ast.h] ( https://github.com/python/cpython/blob/main/Include/internal/pycore_ast.h )
573
573
: Contains the actual definitions of the C structs as generated by
574
574
[ Python/Python-ast.c] ( https://github.com/python/cpython/blob/main/Python/Python-ast.c )
575
- " Automatically generated by
575
+ Automatically generated by
576
576
[ Parser/asdl_c.py] ( https://github.com/python/cpython/blob/main/Parser/asdl_c.py ) .
577
577
578
578
* [ Include/internal/pycore_asdl.h] ( https://github.com/python/cpython/blob/main/Include/internal/pycore_asdl.h )
You can’t perform that action at this time.
0 commit comments