Skip to content

Commit

Permalink
bpo-37459: importlib docs improperly reference get_resource_loader() (p…
Browse files Browse the repository at this point in the history
…ythonGH-14568)

* bpo-37459: importlib docs improperly reference get_resource_loader()
(cherry picked from commit b607d99)

Co-authored-by: aldwinaldwin <aldwinaldwin@users.noreply.github.com>
  • Loading branch information
aldwinaldwin authored and miss-islington committed Jul 4, 2019
1 parent 6323ac1 commit 7ff686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ff686a

Please sign in to comment.