We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f5836 commit d2745feCopy full SHA for d2745fe
Doc/library/pkgutil.rst
@@ -82,7 +82,7 @@ support.
82
This is a backwards compatibility wrapper around
83
:func:`importlib.util.find_spec` that converts most failures to
84
:exc:`ImportError` and only returns the loader rather than the full
85
- :class:`ModuleSpec`.
+ :class:`importlib.machinery.ModuleSpec`.
86
87
.. versionchanged:: 3.3
88
Updated to be based directly on :mod:`importlib` rather than relying
0 commit comments