mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-37459: importlib docs improperly reference get_resource_loader() (GH-14568) (GH-14580)
* bpo-37459: importlib docs improperly reference get_resource_loader()
(cherry picked from commit b607d992e7
)
Co-authored-by: aldwinaldwin <aldwinaldwin@users.noreply.github.com>
This commit is contained in:
parent
1099e343e8
commit
070d3d928d
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ ABC hierarchy::
|
|||
packages or a module).
|
||||
|
||||
Loaders that wish to support resource reading are expected to
|
||||
provide a method called ``get_resource_loader(fullname)`` which
|
||||
provide a method called ``get_resource_reader(fullname)`` which
|
||||
returns an object implementing this ABC's interface. If the module
|
||||
specified by fullname is not a package, this method should return
|
||||
:const:`None`. An object compatible with this ABC should only be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue