bpo-37459: importlib docs improperly reference get_resource_loader() (#14568)
authoraldwinaldwin <aldwinaldwin@users.noreply.github.com>
Thu, 4 Jul 2019 00:58:45 +0000 (08:58 +0800)
committerBarry Warsaw <barry@python.org>
Thu, 4 Jul 2019 00:58:45 +0000 (17:58 -0700)
* bpo-37459: importlib docs improperly reference get_resource_loader()

Doc/library/importlib.rst

index 23831c75842f1f26555f1be24e4e656edc26fecf..df184b33d0e73243a846604a0dcf94590511af15 100644 (file)
@@ -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