Skip to content

Commit 0bbea54

Browse files
authored
Doc: missing underscore in hyperlink. (GH-98391)
1 parent 73e5180 commit 0bbea54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.metadata.rst

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

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

0 commit comments

Comments
 (0)