Skip to content

Commit b903fc3

Browse files
gh-119786: fix typo in compiler.md (#125456)
1 parent 703227d commit b903fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InternalDocs/compiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)