Skip to content

Commit 05a48bc

Browse files
Try to fix a Sphinx warning.
1 parent 92d4e5d commit 05a48bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Other language changes
309309

310310
* Many functions related to compiling or parsing Python code, such as
311311
:func:`compile`, :func:`ast.parse`, :func:`symtable.symtable`,
312-
and :func:`importlib.InspectLoader.source_to_code` now allow to pass
312+
and :func:`importlib.abc.InspectLoader.source_to_code` now allow to pass
313313
the module name used when filtering syntax warnings.
314314
(Contributed by Serhiy Storchaka in :gh:`135801`.)
315315

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Many functions related to compiling or parsing Python code, such as
22
:func:`compile`, :func:`ast.parse`, :func:`symtable.symtable`, and
3-
:func:`importlib.InspectLoader.source_to_code` now allow to pass the module
3+
:func:`importlib.abc.InspectLoader.source_to_code` now allow to pass the module
44
name used when filtering syntax warnings.

0 commit comments

Comments
 (0)