diff options
author | Julien Palard <julien@palard.fr> | 2022-10-18 13:28:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 13:28:19 (GMT) |
commit | 0bbea545e35d17b10ea95d0d10f34e9b5a4e6c53 (patch) | |
tree | 246c08771ece73a11d11e22364651acd1511c65c | |
parent | 73e5180faf37e2d362e13f4ef12955a8b8535d7b (diff) | |
download | cpython-0bbea545e35d17b10ea95d0d10f34e9b5a4e6c53.zip cpython-0bbea545e35d17b10ea95d0d10f34e9b5a4e6c53.tar.gz cpython-0bbea545e35d17b10ea95d0d10f34e9b5a4e6c53.tar.bz2 |
Doc: missing underscore in hyperlink. (GH-98391)
-rw-r--r-- | Doc/library/importlib.metadata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index 094c268..4b94ccc 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -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 |