Skip to content

Commit a139ff0

Browse files
committed
Re-apply changes from python#98391.
1 parent 8f58e6a commit a139ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ all the metadata in a JSON-compatible form per :PEP:`566`::
212212
The actual type of the object returned by ``metadata()`` is an
213213
implementation detail and should be accessed only through the interface
214214
described by the
215-
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`.
215+
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`_.
216216

217217
.. versionchanged:: 3.10
218218
The ``Description`` is now included in the metadata when presented

0 commit comments

Comments
 (0)