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

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:28 -08:00 committed by GitHub
parent c485f0e39e
commit 91fb7c36a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1462,7 +1462,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.
::