8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e5180 commit 0bbea54Copy full SHA for 0bbea54
Doc/library/importlib.metadata.rst
@@ -211,7 +211,7 @@ all the metadata in a JSON-compatible form per :PEP:`566`::
211
The actual type of the object returned by ``metadata()`` is an
212
implementation detail and should be accessed only through the interface
213
described by the
214
- `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>`_.
215
216
.. versionchanged:: 3.10
217
The ``Description`` is now included in the metadata when presented
0 commit comments