Skip to content

Commit 8f76e0e

Browse files
committed
Fix ref to MetaPathFinder
1 parent e4d2f89 commit 8f76e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ This metadata finder search defaults to ``sys.path``, but varies slightly in how
478478

479479
.. class:: DistributionFinder
480480

481-
A :class:`~abc.MetaPathFinder` subclass capable of discovering installed
482-
distributions.
481+
A :class:`~importlib.abc.MetaPathFinder` subclass capable of discovering
482+
installed distributions.
483483

484484
Custom providers should implement this interface in order to
485485
supply metadata.

0 commit comments

Comments
 (0)