fix spelling

This commit is contained in:
Benjamin Peterson 2011-03-04 05:01:17 +00:00
parent 8740ed3746
commit 72a5174363
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def sort_peps(peps):
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"