Skip to content

Commit 17143e2

Browse files
gh-101390: Fix docs for imporlib.util.LazyLoader.factory to properly call it a class method (GH-101391)
1 parent 61f2be0 commit 17143e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ an :term:`importer`.
13871387

13881388
.. classmethod:: factory(loader)
13891389

1390-
A static method which returns a callable that creates a lazy loader. This
1390+
A class method which returns a callable that creates a lazy loader. This
13911391
is meant to be used in situations where the loader is passed by class
13921392
instead of by instance.
13931393
::

0 commit comments

Comments
 (0)