Skip to content

Commit

Permalink
Mention 'Superseded' in section heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Oct 6, 2024
1 parent 764324d commit 2faebce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep_sphinx_extensions/pep_zero_generator/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def write_pep0(
("Finished PEPs (done, with a stable interface)", finished),
("Historical Meta-PEPs and Informational PEPs", historical),
("Deferred PEPs (postponed pending further research or updates)", deferred),
("Abandoned, Withdrawn, and Rejected PEPs", dead),
("Abandoned, Withdrawn, Superseded, and Rejected PEPs", dead),
]
for (category, peps_in_category) in pep_categories:
# For sub-indices, only emit categories with entries.
Expand Down

0 comments on commit 2faebce

Please sign in to comment.