Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-103765: Fix 'Warning: py:class reference target not found: ModuleS…
…pec' (GH-103769)

(cherry picked from commit d2745fe)

Co-authored-by: Jaime Alonso Lorenzo <jaimealonsolorenzo@gmail.com>
  • Loading branch information
jaimealonso authored and miss-islington committed Apr 24, 2023
commit c33c547924440cfcae200a27fd62c71c6225588e
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