@@ -1612,7 +1612,7 @@ Deprecated
16121612 (superseded by :meth:`~ importlib.abc.Finder.find_spec` ),
16131613 :meth:`~ importlib.abc.Loader.load_module`
16141614 (superseded by :meth:`~ importlib.abc.Loader.exec_module` ),
1615- :meth:`~ importlib.abc.Loader. module_repr` (which the import system
1615+ :meth:`! module_repr` (which the import system
16161616 takes care of for you), the `` __package__ `` attribute
16171617 (superseded by `` __spec__ .parent`` ), the `` __loader__`` attribute
16181618 (superseded by `` __spec__ .loader`` ), and the `` __cached__`` attribute
@@ -1693,14 +1693,14 @@ Deprecated
16931693 (Contributed by Brett Cannon in :issue:`43720 ` .)
16941694
16951695* The import system now uses the `` __spec__ `` attribute on modules before
1696- falling back on :meth:`~ importlib.abc.Loader. module_repr` for a module' s
1696+ falling back on :meth:`! module_repr` for a module' s
16971697 `` __repr__ ()`` method. Removal of the use of `` module_repr()`` is scheduled
16981698 for Python 3.12 .
16991699 (Contributed by Brett Cannon in :issue:`42137 ` .)
17001700
1701- * :meth:`importlib.abc.Loader.module_repr` ,
1702- :meth:`importlib.machinery.FrozenLoader.module_repr` , and
1703- :meth:`importlib.machinery.BuiltinLoader.module_repr` are deprecated and
1701+ * :meth:`! importlib.abc.Loader.module_repr` ,
1702+ :meth:`! importlib.machinery.FrozenLoader.module_repr` , and
1703+ :meth:`! importlib.machinery.BuiltinLoader.module_repr` are deprecated and
17041704 slated for removal in Python 3.12 .
17051705 (Contributed by Brett Cannon in :issue:`42136 ` .)
17061706
0 commit comments