mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)
Changing TraversableReader to TraversableResources at one place of the documentation.
See GH-99795 for more details..
(cherry picked from commit 5f8898216e)
Co-authored-by: busywhitespace <busywhitespace@tuta.io>
Co-authored-by: busywhitespace <busywhitespace@tuta.io>
This commit is contained in:
parent
289411d8ef
commit
3d82b7ed8d
1 changed files with 1 additions and 1 deletions
|
|
@ -862,7 +862,7 @@ ABC hierarchy::
|
|||
An abstract base class for resource readers capable of serving
|
||||
the ``files`` interface. Subclasses ResourceReader and provides
|
||||
concrete implementations of the ResourceReader's abstract
|
||||
methods. Therefore, any loader supplying TraversableReader
|
||||
methods. Therefore, any loader supplying TraversableResources
|
||||
also supplies ResourceReader.
|
||||
|
||||
Loaders that wish to support resource reading are expected to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue