Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 8, 2024
1 parent 172dc56 commit 6410ef1
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,12 @@ class CanonicalTypingSpecBanner(PEPBanner):
"""Insert a specialized admonition for the typing specification."""

admonition_pre_template = (
"This PEP is a historical document. "
"The up-to-date, canonical specs, {link_content}, are maintained at "
f"the `typing specs site <{TYPING_SPEC_BASE_URL}>`__ and the CPython "
"documentation."
)
admonition_pre_text = (
"This PEP is a historical document. "
"The up-to-date, canonical specs, {link_content}, are maintained at "
f"the `typing specs site <{TYPING_SPEC_BASE_URL}>`__ and the CPython "
"documentation."
"This PEP is a historical document: see {link_content} for up-to-date "
"specs and documentation. Canonical typing specs are maintained at "
f"the `typing specs site <{TYPING_SPEC_BASE_URL}>`__; "
"runtime typing behaviour is described in the CPython documentation."
)
admonition_pre_text = admonition_pre_template
admonition_post_text = (
"See the `typing specification update process "
"<https://typing.readthedocs.io/en/latest/spec/meta.html>`__ "
Expand Down

0 comments on commit 6410ef1

Please sign in to comment.