File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5050One 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
131131Reference implementations will be provided for uv, virtualenv, and CPython.
132132
133133
134- .. _ appendix :
134+ .. _ pep838-appendix :
135135
136136Appendix: Existing Tool Behavior
137137================================
You can’t perform that action at this time.
0 commit comments