gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call it a class method (GH-101391)
(cherry picked from commit
17143e2c30ae5e51945e04eeaec7ebb0e1f07fb5)
Co-authored-by: busywhitespace <busywhitespace@tuta.io>
.. 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.
::