fix spelling
This commit is contained in:
parent
8740ed3746
commit
72a5174363
|
@ -45,7 +45,7 @@ def sort_peps(peps):
|
||||||
elif pep.status == 'Draft':
|
elif pep.status == 'Draft':
|
||||||
open_.append(pep)
|
open_.append(pep)
|
||||||
elif pep.status in ('Rejected', 'Withdrawn', 'Deferred',
|
elif pep.status in ('Rejected', 'Withdrawn', 'Deferred',
|
||||||
'Incomplete', 'Superseeded'):
|
'Incomplete', 'Superseded'):
|
||||||
dead.append(pep)
|
dead.append(pep)
|
||||||
elif pep.type_ == 'Informational':
|
elif pep.type_ == 'Informational':
|
||||||
# Hack until the conflict between the use of "Final"
|
# Hack until the conflict between the use of "Final"
|
||||||
|
|
Loading…
Reference in New Issue