From 5e79ca7ef4739e6de23511cbd703793a0e66bebf Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Sun, 6 Oct 2024 17:14:35 +1100 Subject: [PATCH] Revert "Clarify section title" This reverts commit 314250fa02c75f4ff49f0498395112ea6e1bea1f. --- pep_sphinx_extensions/pep_zero_generator/writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep_sphinx_extensions/pep_zero_generator/writer.py b/pep_sphinx_extensions/pep_zero_generator/writer.py index 3d35c4dbdfba..67cf2603394a 100644 --- a/pep_sphinx_extensions/pep_zero_generator/writer.py +++ b/pep_sphinx_extensions/pep_zero_generator/writer.py @@ -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.