mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
gh-101390: Fix docs for imporlib.util.LazyLoader.factory to properly call it a class method (GH-101391)
This commit is contained in:
parent
61f2be0866
commit
17143e2c30
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue