Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-101390: Fix docs for imporlib.util.LazyLoader.factory to properl…
…y call it a class method (GH-101391)

(cherry picked from commit 17143e2)

Co-authored-by: busywhitespace <[email protected]>
  • Loading branch information
busywhitespace authored and miss-islington committed Feb 10, 2023
commit cea61cc77fcb975209ccbcdf253d672353f10eb9
2 changes: 1 addition & 1 deletion Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
::
Expand Down