Skip to content

Commit 5f375a9

Browse files
committed
Avoid comma splice and use a hyperlink to reference the protocol.
1 parent 39510a5 commit 5f375a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/using.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ all the metadata in a JSON-compatible form per PEP 566::
172172
.. note::
173173

174174
The actual type of the object returned by ``metadata()`` is an
175-
implementation detail, it should be accessed only through the interface
176-
described by the ``PackageMetadata`` protocol documented here and at
177-
https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata
175+
implementation detail and should be accessed only through the interface
176+
described by the
177+
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`.
178+
178179

179180
.. _version:
180181

0 commit comments

Comments
 (0)