Skip to content

Commit b607d99

Browse files
aldwinaldwinwarsaw
authored andcommitted
bpo-37459: importlib docs improperly reference get_resource_loader() (#14568)
* bpo-37459: importlib docs improperly reference get_resource_loader()
1 parent 56ec4f1 commit b607d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ ABC hierarchy::
500500
packages or a module).
501501

502502
Loaders that wish to support resource reading are expected to
503-
provide a method called ``get_resource_loader(fullname)`` which
503+
provide a method called ``get_resource_reader(fullname)`` which
504504
returns an object implementing this ABC's interface. If the module
505505
specified by fullname is not a package, this method should return
506506
:const:`None`. An object compatible with this ABC should only be

0 commit comments

Comments
 (0)