From 51ae3fefc609b8946214dbe34fe0ba06d210de92 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Thu, 12 May 2016 23:07:07 -0500 Subject: [PATCH] Fix indentation. --- pep-0339.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0339.txt b/pep-0339.txt index c6fae2f17..561602632 100644 --- a/pep-0339.txt +++ b/pep-0339.txt @@ -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.