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:
parent
e90b96a7d1
commit
1c8a95f9f3
|
@ -21,8 +21,8 @@ Created: 13-Jul-2000
|
||||||
|
|
||||||
intro = """\
|
intro = """\
|
||||||
This PEP contains the index of all Python Enhancement Proposals,
|
This PEP contains the index of all Python Enhancement Proposals,
|
||||||
known as PEPs. PEP numbers are assigned by the PEP editors, and
|
known as PEPs. PEP numbers are assigned by the PEP editors[1_], and
|
||||||
once assigned are never changed [1_]. The version control history [2_] of
|
once assigned are never changed. The version control history [2_] of
|
||||||
the PEP texts represent their historical record.
|
the PEP texts represent their historical record.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue