mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Doc: missing underscore in hyperlink. (GH-98391)
This commit is contained in:
parent
73e5180faf
commit
0bbea545e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue