Skip to content

Commit 441abc3

Browse files
ncoghlanAA-Turner
andauthored
Infra: Mention 'Superseded' in section heading (#4021)
Co-authored-by: Adam Turner <[email protected]>
1 parent 764324d commit 441abc3

File tree

1 file changed

+1
-1
lines changed
  • pep_sphinx_extensions/pep_zero_generator

1 file changed

+1
-1
lines changed

pep_sphinx_extensions/pep_zero_generator/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def write_pep0(
209209
("Finished PEPs (done, with a stable interface)", finished),
210210
("Historical Meta-PEPs and Informational PEPs", historical),
211211
("Deferred PEPs (postponed pending further research or updates)", deferred),
212-
("Abandoned, Withdrawn, and Rejected PEPs", dead),
212+
("Rejected, Superseded, and Withdrawn PEPs", dead),
213213
]
214214
for (category, peps_in_category) in pep_categories:
215215
# For sub-indices, only emit categories with entries.

0 commit comments

Comments
 (0)