File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,8 @@ 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 *, `` discover `` will search for top-level
282- modules.
281+ module spec. If *parent * is *None *, :meth: ` MetaPathFinder. discover ` will
282+ search for top-level modules.
283283
284284 Returns an iterable of possible specs.
285285
@@ -320,8 +320,8 @@ ABC hierarchy::
320320 .. method :: discover(parent=None)
321321
322322 An optional method which searches for possible specs with given *parent *
323- module spec. If *parent * is *None *, `` discover `` will search for top-level
324- modules.
323+ module spec. If *parent * is *None *, :meth: ` PathEntryFinder. discover ` will
324+ search for top-level modules.
325325
326326 Returns an iterable of possible specs.
327327
You can’t perform that action at this time.
0 commit comments