From 426e7fd19fca7fc906f72dc0aacf965ea13fed21 Mon Sep 17 00:00:00 2001 From: Andreas Christianson Date: Sun, 26 Sep 2021 23:39:41 -0500 Subject: [PATCH] changed reference in pep0 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. """