Changing TraversableReader to TraversableResources at one place of the documentation.
See GH-99795 for more details.
(cherry picked from commit
5f8898216e7b67b7de6b0b1aad9277e88bcebfdb)
Co-authored-by: busywhitespace <busywhitespace@tuta.io>
:class:`importlib.resources.abc.ResourceReader` and provides
concrete implementations of the :class:`importlib.resources.abc.ResourceReader`'s
abstract methods. Therefore, any loader supplying
- :class:`importlib.abc.TraversableReader` also supplies ResourceReader.
+ :class:`importlib.abc.TraversableResources` also supplies ResourceReader.
Loaders that wish to support resource reading are expected to
implement this interface.