Skip to content

Commit 6ff6eef

Browse files
committed
PEP 838: Prefix appendix reference label
1 parent 312bb9e commit 6ff6eef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

peps/pep-0838.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ environment created with Python 3.14.4 final:
4343
(`uv source <https://github.com/astral-sh/uv/blob/7bbc01af54e8fd1d3c61d05b65f233574f7466da/crates/uv-virtualenv/src/virtualenv.rs#L531>`__).
4444
Example: ``version_info = 3.14.4``.
4545

46-
This information is used by a variety of tools, see :ref:`appendix`. Some of
47-
them want to present the full Python version to the user for identification,
48-
while others only need the major and minor version of Python.
46+
This information is used by a variety of tools, see :ref:`pep838-appendix`.
47+
Some of them want to present the full Python version to the user for
48+
identification, while others only need the major and minor version of Python.
4949

5050
One problem is the different definitions of ``version`` and
5151
``version_info``, and the lack of guarantees for downstream tools. There is
@@ -131,7 +131,7 @@ Reference Implementation
131131
Reference implementations will be provided for uv, virtualenv, and CPython.
132132

133133

134-
.. _appendix:
134+
.. _pep838-appendix:
135135

136136
Appendix: Existing Tool Behavior
137137
================================

0 commit comments

Comments
 (0)