There was an error while loading. Please reload this page.
1 parent 09b6994 commit c30cff8Copy full SHA for c30cff8
1 file changed
Doc/whatsnew/3.15.rst
@@ -2121,7 +2121,7 @@ importlib
2121
subclasses is removed.
2122
The import system will no longer call it when defined on custom subclasses.
2123
The method has been deprecated in favor of
2124
- :meth:`~importlib.abc.Loader.exec_module()` since Python 3.4.
+ :meth:`~importlib.abc.Loader.exec_module` since Python 3.4.
2125
(Contributed by Brett Cannon in :gh:`97850`.)
2126
2127
0 commit comments