changed reference in pep0 (#2090)

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
This commit is contained in:
AndreasChristianson 2021-09-27 00:20:39 -05:00 committed by GitHub
parent e90b96a7d1
commit 1c8a95f9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ Created: 13-Jul-2000
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.
"""