Skip to content

Commit 070d3d9

Browse files
miss-islingtonaldwinaldwin
authored andcommitted
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 b607d99) Co-authored-by: aldwinaldwin <aldwinaldwin@users.noreply.github.com>
1 parent 1099e34 commit 070d3d9

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)