Fix indentation.

This commit is contained in:
Zachary Ware 2016-05-12 23:07:07 -05:00
parent e79563ae6d
commit 51ae3fefc6
1 changed files with 3 additions and 3 deletions

View File

@ -446,9 +446,9 @@ Important Files
- Python-ast.c
Creates C structs corresponding to the ASDL types. Also
contains code for marshaling AST nodes (core ASDL types have
marshaling code in asdl.c). "File automatically generated by
Parser/asdl_c.py". This file must be committed separately
contains code for marshaling AST nodes (core ASDL types have
marshaling code in asdl.c). "File automatically generated by
Parser/asdl_c.py". This file must be committed separately
after every grammar change is committed since the __version__
value is set to the latest grammar change revision number.