Skip to content

Commit

Permalink
gh-101390: Fix docs for imporlib.util.LazyLoader.factory to properl…
Browse files Browse the repository at this point in the history
…y call it a class method (GH-101391)
  • Loading branch information
busywhitespace committed Feb 10, 2023
1 parent 61f2be0 commit 17143e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.rst
Expand Up @@ -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.
::
Expand Down

0 comments on commit 17143e2

Please sign in to comment.