Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Link to the definition of a new term
  • Loading branch information
encukou committed Jun 8, 2022
commit 77b50aeaaf0b39d0e4ccc4c9cb42de93bce97c96
2 changes: 1 addition & 1 deletion Doc/library/importlib.resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for example, a package and its resources can be imported from a Zip file using
and
`migrating legacy usage <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_.

Loaders that wish to support resource reading should implement a
:class:`Loaders <importlib.abc.Loader>` that wish to support resource reading should implement a
``get_resource_reader(fullname)`` method as specified by
:class:`importlib.abc.ResourceReader`.

Expand Down