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
515515 Creates C structs corresponding to the ASDL types. Also contains code for
516516 marshalling AST nodes (core ASDL types have marshalling code in
517517 [ Python/asdl.c] ( https://github.com/python/cpython/blob/main/Python/asdl.c ) ).
518- " File automatically generated by
518+ File automatically generated by
519519 [ Parser/asdl_c.py] ( https://github.com/python/cpython/blob/main/Parser/asdl_c.py ) .
520520 This file must be committed separately after every grammar change
521521 is committed since the `` __version__ `` value is set to the latest
@@ -572,7 +572,7 @@ Important files
572572 * [ Include/internal/pycore_ast.h] ( https://github.com/python/cpython/blob/main/Include/internal/pycore_ast.h )
573573 : Contains the actual definitions of the C structs as generated by
574574 [ Python/Python-ast.c] ( https://github.com/python/cpython/blob/main/Python/Python-ast.c )
575- " Automatically generated by
575+ Automatically generated by
576576 [ Parser/asdl_c.py] ( https://github.com/python/cpython/blob/main/Parser/asdl_c.py ) .
577577
578578 * [ 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