Skip to content

Commit 7a8c7dc

Browse files
committed
Use better link target
1 parent 4eb2516 commit 7a8c7dc

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 ``license`` in the :ref:`PyPA's pyproject project metadata specification
386-
<pypa:pyproject-project-table>` (amended in :pep:`639`).
385+
"""See :ref:`PyPA's License-Expression specification
386+
<pypa:core-metadata-license-expression>` (added in :pep:`639`).
387387
"""
388388
try:
389389
_licenses.canonicalize_license_expression(value)

0 commit comments

Comments
 (0)