Skip to content

Commit

Permalink
gh-103765: Fix 'Warning: py:class reference target not found: ModuleS…
Browse files Browse the repository at this point in the history
…pec' (GH-103769)
  • Loading branch information
jaimealonso committed Apr 24, 2023
1 parent 68f5836 commit d2745fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/pkgutil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ support.
This is a backwards compatibility wrapper around
:func:`importlib.util.find_spec` that converts most failures to
:exc:`ImportError` and only returns the loader rather than the full
:class:`ModuleSpec`.
:class:`importlib.machinery.ModuleSpec`.

.. versionchanged:: 3.3
Updated to be based directly on :mod:`importlib` rather than relying
Expand Down

0 comments on commit d2745fe

Please sign in to comment.