Skip to content

Commit 4eb2516

Browse files
committed
Fix link
1 parent 216c446 commit 4eb2516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validate_pyproject/formats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ def int(value: builtins.int) -> bool:
382382
from packaging import licenses as _licenses
383383

384384
def SPDX(value: str) -> bool:
385-
"""See :ref:`PyPA's license specifiers <pypa:#license>`
386-
(amended in :pep:`639`).
385+
"""See ``license`` in the :ref:`PyPA's pyproject project metadata specification
386+
<pypa:pyproject-project-table>` (amended in :pep:`639`).
387387
"""
388388
try:
389389
_licenses.canonicalize_license_expression(value)

0 commit comments

Comments
 (0)