summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/importlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 3fc1531..89efa64 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -1387,7 +1387,7 @@ an :term:`importer`.
.. classmethod:: factory(loader)
- A static method which returns a callable that creates a lazy loader. This
+ A class method which returns a callable that creates a lazy loader. This
is meant to be used in situations where the loader is passed by class
instead of by instance.
::