Skip to content

Commit

Permalink
Revert "Fix a URL in the PyPA specification banner (python#3199)"
Browse files Browse the repository at this point in the history
This reverts commit 0812426.
  • Loading branch information
hugovk committed Jul 31, 2023
1 parent 2eb1b53 commit c66e534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class CanonicalPyPASpecBanner(PEPBanner):
)
admonition_post_text = (
"See the `PyPA specification update process "
"<https://www.pypa.io/en/latest/specifications.html#handling-fixes-and-other-minor-updates>`__ "
"<https://www.pypa.io/en/latest/specifications/#handling-fixes-and-other-minor-updates>`__ "
"for how to propose changes."
)
admonition_class = nodes.attention
Expand Down

0 comments on commit c66e534

Please sign in to comment.