Skip to content

Commit cb551e7

Browse files
Try to fix a Sphinx warning.
1 parent 3610927 commit cb551e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 :meth:`importlib.InspectLoader.source_to_code` now allow to pass
312+
and :func:`importlib.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

0 commit comments

Comments
 (0)