From 1c8a95f9f35a033223b76ce35f251cf0adc0d835 Mon Sep 17 00:00:00 2001 From: AndreasChristianson <33329956+AndreasChristianson@users.noreply.github.com> Date: Mon, 27 Sep 2021 00:20:39 -0500 Subject: [PATCH] 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 --- pep0/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep0/constants.py b/pep0/constants.py index e40293f44a9..108710d0927 100644 --- a/pep0/constants.py +++ b/pep0/constants.py @@ -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. """