Skip to content

Commit c343d32

Browse files
committed
Revert "Remove specific doc references"
This reverts commit 31d1a8f. Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 051cd1e commit c343d32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/importlib.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)