Skip to content

Commit 9748525

Browse files
committed
Infra: Fix lowercase and tweak plural in text for PyPA spec banner
1 parent 56e51d4 commit 9748525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep_sphinx_extensions/pep_processor/parsing/pep_banner_directive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ class CanonicalPyPASpecBanner(PEPBanner):
8484

8585
admonition_pre_template = (
8686
"This PEP is a historical document. "
87-
"the up-to-date, canonical spec, {link_content}, is maintained on "
87+
"The up-to-date, canonical spec, {link_content}, is maintained on "
8888
f"the `PyPA specs page <{PYPA_SPEC_BASE_URL}>`__."
8989
)
9090
admonition_pre_text = (
9191
"This PEP is a historical document. "
92-
"The up-to-date, canonical specification is maintained on "
92+
"The up-to-date, canonical specifications are maintained on "
9393
f"the `PyPA specs page <{PYPA_SPEC_BASE_URL}>`__."
9494
)
9595
admonition_post_text = (

0 commit comments

Comments
 (0)