Skip to content

Commit 6816705

Browse files
committed
Fix doc reference
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 8099249 commit 6816705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ ABC hierarchy::
278278
.. method:: discover(parent=None)
279279

280280
An optional method which searches for possible specs with given *parent*
281-
module spec. If *parent* is *None*, :meth:`PathEntryFinder.discover` will
281+
module spec. If *parent* is *None*, :meth:`MetaPathFinder.discover` will
282282
search for top-level modules.
283283

284284
Returns an iterable of possible specs.

0 commit comments

Comments
 (0)