diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index f1cf9eec5d5435..20305150d648a9 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -1722,7 +1722,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. ::