Skip to content

Commit c30cff8

Browse files
committed
Remove unnecessary parentheses
1 parent 09b6994 commit c30cff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ importlib
21212121
subclasses is removed.
21222122
The import system will no longer call it when defined on custom subclasses.
21232123
The method has been deprecated in favor of
2124-
:meth:`~importlib.abc.Loader.exec_module()` since Python 3.4.
2124+
:meth:`~importlib.abc.Loader.exec_module` since Python 3.4.
21252125
(Contributed by Brett Cannon in :gh:`97850`.)
21262126

21272127

0 commit comments

Comments
 (0)