Skip to content

Commit

Permalink
changed reference in pep0 (#2090)
Browse files Browse the repository at this point in the history
pep 1 does not indicate that pep numbers will never be changed
(though I agree that not changing them is a good idea)
closes #2087
  • Loading branch information
AndreasChristianson authored Sep 27, 2021
1 parent e90b96a commit 1c8a95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep0/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

intro = """\
This PEP contains the index of all Python Enhancement Proposals,
known as PEPs. PEP numbers are assigned by the PEP editors, and
once assigned are never changed [1_]. The version control history [2_] of
known as PEPs. PEP numbers are assigned by the PEP editors[1_], and
once assigned are never changed. The version control history [2_] of
the PEP texts represent their historical record.
"""

Expand Down

0 comments on commit 1c8a95f

Please sign in to comment.