Skip to content

Commit 16e885f

Browse files
committed
Disambiguate header targets
1 parent bf4437f commit 16e885f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-0780.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ when the dependency should be used.
2929
This PEP extends the environment markers to allow specifying dependencies
3030
based on specific ABI features of the Python interpreter.
3131
For this, it defines a set of `ABI Features`_ and specifies how they are made
32-
available via an `addition to the Python Standard Library <sys.abi_features_>`_
32+
available via an `addition to the Python Standard Library <pep-780-sys.abi_features_>`_
3333
in the form of a new attribute :data:`!sys.abi_features`, as well as for
34-
`environment markers <sys_abi_features_>`_ as a new marker variable,
34+
`environment markers <pep-780-sys_abi_features_>`_ as a new marker variable,
3535
``sys_abi_features``.
3636

3737
Motivation
@@ -197,7 +197,7 @@ which case there MUST be at most one feature present.
197197
build [#bitness]_. If the bitness is unknown or neither 32-bit nor 64-bit,
198198
this feature MUST NOT be present.
199199

200-
.. _sys.abi_features:
200+
.. _pep-780-sys.abi_features:
201201

202202
The :data:`!sys.abi_features` Attribute
203203
---------------------------------------
@@ -225,7 +225,7 @@ defined in this PEP or in a subsequent PEP.
225225
An example value would be ``sys.abi_features == frozenset({"free-threading",
226226
"debug", "32-bit"})`` on a free-threaded debug build for win32.
227227

228-
.. _sys_abi_features:
228+
.. _pep-780-sys_abi_features:
229229

230230
The ``sys_abi_features`` Environment Marker
231231
-------------------------------------------

0 commit comments

Comments
 (0)