summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r--Doc/library/importlib.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 158e7b4..1649063 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -196,10 +196,9 @@ are also provided to help in implementing the core ABCs.
An abstract method to return the source of a module. It is returned as
a text string using :term:`universal newlines`, translating all
- recognized line separators into ``'\n'`` characters.
- Returns ``None`` if no
- source is available (e.g. a built-in module). Raises :exc:`ImportError`
- if the loader cannot find the module specified.
+ recognized line separators into ``'\n'`` characters. Returns ``None``
+ if no source is available (e.g. a built-in module). Raises
+ :exc:`ImportError` if the loader cannot find the module specified.
.. method:: is_package(fullname)