gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769)

This commit is contained in:
Jaime Alonso Lorenzo 2023-04-24 10:51:45 -06:00 committed by GitHub
parent 68f5836582
commit d2745fe850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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