PEP 710: Fix RFC 2119 reference (#3147)
This commit is contained in:
parent
a111ec493b
commit
87b4a4c392
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue