[Python-checkins] peps: Fixed PEP type

christian.heimes python-checkins at python.org
Wed Dec 12 11:24:17 CET 2012


http://hg.python.org/peps/rev/67a80e960344
changeset:   4598:67a80e960344
user:        Christian Heimes <christian at cheimes.de>
date:        Wed Dec 12 11:23:58 2012 +0100
summary:
  Fixed PEP type
excluding: PEP 431: "u'Standards Track ' is not a valid Type value"

files:
  pep-0431.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0431.txt b/pep-0431.txt
--- a/pep-0431.txt
+++ b/pep-0431.txt
@@ -5,7 +5,7 @@
 Author: Lennart Regebro <regebro at gmail.com>
 BDFL-Delegate: Barry Warsaw <barry at python.org>
 Status: Draft
-Type: Standards Track 
+Type: Standards Track
 Content-Type: text/x-rst
 Created: 11-Dec-2012 
 Post-History: 11-Dec-2012

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


More information about the Python-checkins mailing list