Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Mar 4, 2011
1 parent 8740ed3 commit 72a5174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep0/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 72a5174

Please sign in to comment.