mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
gh-99795: Fix typo in importlib.resources.abc (GH-99796)
Changing TraversableReader to TraversableResources at one place of the documentation. See #99795 for more details.
This commit is contained in:
parent
003f341e99
commit
5f8898216e
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
||||||
:class:`importlib.resources.abc.ResourceReader` and provides
|
:class:`importlib.resources.abc.ResourceReader` and provides
|
||||||
concrete implementations of the :class:`importlib.resources.abc.ResourceReader`'s
|
concrete implementations of the :class:`importlib.resources.abc.ResourceReader`'s
|
||||||
abstract methods. Therefore, any loader supplying
|
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
|
Loaders that wish to support resource reading are expected to
|
||||||
implement this interface.
|
implement this interface.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue