[Python-checkins] r88737 - peps/trunk/pep0/output.py

benjamin.peterson python-checkins at python.org
Fri Mar 4 06:01:18 CET 2011


Author: benjamin.peterson
Date: Fri Mar  4 06:01:17 2011
New Revision: 88737

Log:
fix spelling

Modified:
   peps/trunk/pep0/output.py

Modified: peps/trunk/pep0/output.py
==============================================================================
--- peps/trunk/pep0/output.py	(original)
+++ peps/trunk/pep0/output.py	Fri Mar  4 06:01:17 2011
@@ -45,7 +45,7 @@
         elif pep.status == 'Draft':
             open_.append(pep)
         elif pep.status in ('Rejected', 'Withdrawn', 'Deferred',
-                'Incomplete', 'Superseeded'):
+                'Incomplete', 'Superseded'):
             dead.append(pep)
         elif pep.type_ == 'Informational':
             # Hack until the conflict between the use of "Final"


More information about the Python-checkins mailing list