We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1099e34 commit 070d3d9Copy full SHA for 070d3d9
Doc/library/importlib.rst
@@ -500,7 +500,7 @@ ABC hierarchy::
500
packages or a module).
501
502
Loaders that wish to support resource reading are expected to
503
- provide a method called ``get_resource_loader(fullname)`` which
+ provide a method called ``get_resource_reader(fullname)`` which
504
returns an object implementing this ABC's interface. If the module
505
specified by fullname is not a package, this method should return
506
:const:`None`. An object compatible with this ABC should only be
0 commit comments