PEP 710: Fix RFC 2119 reference (#3147)

This commit is contained in:
Hugo van Kemenade 2023-05-17 15:17:24 +03:00 committed by GitHub
parent a111ec493b
commit 87b4a4c392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ Making the hashes key optional
:pep:`610` and :ref:`its corresponding canonical PyPA spec <direct-url>`
recommend including the ``hashes`` key of the ``archive_info`` in the
``direct_url.json`` file but it is not required (per the :rfc:`21119` language):
``direct_url.json`` file but it is not required (per the :rfc:`2119` language):
A hashes key SHOULD be present as a dictionary mapping a hash name to a hex
encoded digest of the file.