Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f92d3f

Browse filesBrowse files
[3.11] gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769) (#103799)
(cherry picked from commit d2745fe) Co-authored-by: Jaime Alonso Lorenzo <jaimealonsolorenzo@gmail.com>
1 parent c8de883 commit 6f92d3f
Copy full SHA for 6f92d3f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/library/pkgutil.rst

Copy file name to clipboardExpand all lines: Doc/library/pkgutil.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ support.
8282
This is a backwards compatibility wrapper around
8383
:func:`importlib.util.find_spec` that converts most failures to
8484
:exc:`ImportError` and only returns the loader rather than the full
85-
:class:`ModuleSpec`.
85+
:class:`importlib.machinery.ModuleSpec`.
8686

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.