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 d2745fe

Browse filesBrowse files
authored
gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769)
1 parent 68f5836 commit d2745fe
Copy full SHA for d2745fe

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

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.