We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6c0e0 commit 294fc48Copy full SHA for 294fc48
Doc/glossary.rst
@@ -811,10 +811,11 @@ Glossary
811
processed.
812
813
loader
814
- An object that loads a module. It must define the
815
- :meth:`!exec_module` and :meth:`!create_module` methods
+ An object that loads a module.
+ It must define the :meth:`!exec_module` and :meth:`!create_module` methods
816
to implement the :class:`~importlib.abc.Loader` interface.
817
- A loader is typically returned by a :term:`finder`. See also:
+ A loader is typically returned by a :term:`finder`.
818
+ See also:
819
820
* :ref:`finders-and-loaders`
821
* :class:`importlib.abc.Loader`
0 commit comments