Skip to content

Commit

Permalink
Infra: update header to 'Process and Meta-PEPs' (#4033)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 20, 2024
1 parent 922f0fb commit 12447a6
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 @@ -201,7 +201,7 @@ def write_pep0(
self.emit_title("Index by Category")
meta, info, provisional, accepted, open_, finished, historical, deferred, dead = _classify_peps(peps)
pep_categories = [
("Meta-PEPs (PEPs about PEPs or Processes)", meta),
("Process and Meta-PEPs", meta),
("Other Informational PEPs", info),
("Provisional PEPs (provisionally accepted; interface may still change)", provisional),
("Accepted PEPs (accepted; may not be implemented yet)", accepted),
Expand Down

0 comments on commit 12447a6

Please sign in to comment.