We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8099249 commit 6816705Copy full SHA for 6816705
Doc/library/importlib.rst
@@ -278,7 +278,7 @@ ABC hierarchy::
278
.. method:: discover(parent=None)
279
280
An optional method which searches for possible specs with given *parent*
281
- module spec. If *parent* is *None*, :meth:`PathEntryFinder.discover` will
+ module spec. If *parent* is *None*, :meth:`MetaPathFinder.discover` will
282
search for top-level modules.
283
284
Returns an iterable of possible specs.
0 commit comments