File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -748,9 +748,11 @@ Glossary
748
748
processed.
749
749
750
750
loader
751
- An object that loads a module. It must define a method named
752
- :meth: `load_module `. A loader is typically returned by a
753
- :term: `finder `. See also:
751
+ An object that loads a module.
752
+ It must define the :meth: `!exec_module ` and :meth: `!create_module ` methods
753
+ to implement the :class: `~importlib.abc.Loader ` interface.
754
+ A loader is typically returned by a :term: `finder `.
755
+ See also:
754
756
755
757
* :ref: `finders-and-loaders `
756
758
* :class: `importlib.abc.Loader `
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Doc/c-api/stable.rst
13
13
Doc/c-api/type.rst
14
14
Doc/c-api/typeobj.rst
15
15
Doc/extending/extending.rst
16
- Doc/glossary.rst
17
16
Doc/library/2to3.rst
18
17
Doc/library/aifc.rst
19
18
Doc/library/ast.rst
You can’t perform that action at this time.
0 commit comments