[3.10] gh-101390: Fix docs for imporlib.util.LazyLoader.factory to properly call it a class method (GH-101391) (GH-101814)

gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call it a class method (GH-101391)
(cherry picked from commit 17143e2c30)

Co-authored-by: busywhitespace <busywhitespace@tuta.io>
This commit is contained in:
Miss Islington (bot) 2023-02-10 16:24:42 -08:00 committed by GitHub
parent 2e7ff1fcf6
commit 6c0e3dc8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
::