[Python-checkins] peps: Fix indentation.

zach.ware python-checkins at python.org
Fri May 13 00:08:42 EDT 2016


https://hg.python.org/peps/rev/8bd8028d57aa
changeset:   6323:8bd8028d57aa
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu May 12 23:07:07 2016 -0500
summary:
  Fix indentation.

files:
  pep-0339.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0339.txt b/pep-0339.txt
--- a/pep-0339.txt
+++ b/pep-0339.txt
@@ -446,9 +446,9 @@
 
   - 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.
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list