Skip to content

Commit 12447a6

Browse files
authored
Infra: update header to 'Process and Meta-PEPs' (#4033)
1 parent 922f0fb commit 12447a6

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
@@ -201,7 +201,7 @@ def write_pep0(
201201
self.emit_title("Index by Category")
202202
meta, info, provisional, accepted, open_, finished, historical, deferred, dead = _classify_peps(peps)
203203
pep_categories = [
204-
("Meta-PEPs (PEPs about PEPs or Processes)", meta),
204+
("Process and Meta-PEPs", meta),
205205
("Other Informational PEPs", info),
206206
("Provisional PEPs (provisionally accepted; interface may still change)", provisional),
207207
("Accepted PEPs (accepted; may not be implemented yet)", accepted),

0 commit comments

Comments
 (0)