]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: missing underscore in hyperlink. (GH-98391)
authorJulien Palard <julien@palard.fr>
Tue, 18 Oct 2022 13:28:19 +0000 (15:28 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 13:28:19 +0000 (15:28 +0200)
Doc/library/importlib.metadata.rst

index 094c2688a8cd8780cf8a0b384e94a91ee9a55320..4b94ccc49c47e71128fd836b72cbf1bd669b72c3 100644 (file)
@@ -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