Skip to content

Commit

Permalink
Revert "Clarify section title"
Browse files Browse the repository at this point in the history
This reverts commit 314250f.
  • Loading branch information
ncoghlan committed Oct 6, 2024
1 parent 314250f commit 5e79ca7
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, Superseded, and Rejected PEPs", dead),
("Abandoned, Withdrawn, 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 5e79ca7

Please sign in to comment.