Skip to content

Commit e3a0d48

Browse files
committed
PEP 694, 752: Use unique labels to fix warning
peps/pep-0694.rst:1531: WARNING: duplicate label security-implications, other instance in peps/pep-0752.rst
1 parent f4fad06 commit e3a0d48

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

peps/pep-0694.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ A suggested approach:
15251525
compatibility.
15261526

15271527

1528-
.. _security-implications:
1528+
.. _pep694-security-implications:
15291529

15301530
Security Implications
15311531
=====================
@@ -1715,7 +1715,7 @@ Change History
17151715
* Add non-normative :ref:`Recommendations for Client Implementers <client-recommendations>` section
17161716
with suggested UX patterns for tools like twine, uv, and GitHub Actions.
17171717
* Add FAQ entries explaining why project name and version are required at session creation.
1718-
* Add a :ref:`security-implications` section.
1718+
* Add a :ref:`pep694-security-implications` section.
17191719
* Specify that attempting to replace an in-progress file upload returns a ``409 Conflict``.
17201720
* Specify that uploading a file matching one already published for an existing release returns a
17211721
``409 Conflict``, since published artifacts are immutable.

peps/pep-0752.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ chosen to signal a shared purpose with a prefix like `typeshed has done`__.
361361

362362
__ https://github.com/python/typeshed/issues/2491#issuecomment-578456045
363363

364-
.. _security-implications:
364+
.. _pep752-security-implications:
365365

366366
Security Implications
367367
=====================

0 commit comments

Comments
 (0)