Skip to content

Commit

Permalink
Re-apply changes from python#98391.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 30, 2022
1 parent 8f58e6a commit a139ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,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
Expand Down

0 comments on commit a139ff0

Please sign in to comment.