Skip to content

Commit 28ee235

Browse files
committed
Fix docs build error (class, not type).
1 parent 4212eed commit 28ee235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Distribution Discovery
279279

280280
By default, this package provides built-in support for discovery of metadata for file system and zip file packages. This metadata finder search defaults to ``sys.path``, but varies slightly in how it interprets those values from how other import machinery does. In particular:
281281

282-
- ``importlib_metadata`` does not honor :type:`bytes` objects on ``sys.path``.
282+
- ``importlib_metadata`` does not honor :class:`bytes` objects on ``sys.path``.
283283
- ``importlib_metadata`` will incidentally honor :py:class:`pathlib.Path` objects on ``sys.path`` even though such values will be ignored for imports.
284284

285285

0 commit comments

Comments
 (0)