Doc: missing underscore in hyperlink. (GH-98391)

This commit is contained in:
Julien Palard 2022-10-18 15:28:19 +02:00 committed by GitHub
parent 73e5180faf
commit 0bbea545e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,7 @@ all the metadata in a JSON-compatible form per :PEP:`566`::
The actual type of the object returned by ``metadata()`` is an
implementation detail and should be accessed only through the interface
described by the
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`.
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`_.
.. versionchanged:: 3.10
The ``Description`` is now included in the metadata when presented