Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f5836 commit d2745feCopy full SHA for d2745fe
1 file changed
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