Skip to content

Commit 305964d

Browse files
committed
Merge branch 'maint/4.x' into maint/cpython/3.11
2 parents e8d8f9d + 1510328 commit 305964d

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)