Skip to content

Commit 294fc48

Browse files
authored
Keep newlines at sentence breaks
1 parent cf6c0e0 commit 294fc48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/glossary.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,10 +811,11 @@ Glossary
811811
processed.
812812

813813
loader
814-
An object that loads a module. It must define the
815-
:meth:`!exec_module` and :meth:`!create_module` methods
814+
An object that loads a module.
815+
It must define the :meth:`!exec_module` and :meth:`!create_module` methods
816816
to implement the :class:`~importlib.abc.Loader` interface.
817-
A loader is typically returned by a :term:`finder`. See also:
817+
A loader is typically returned by a :term:`finder`.
818+
See also:
818819

819820
* :ref:`finders-and-loaders`
820821
* :class:`importlib.abc.Loader`

0 commit comments

Comments
 (0)