Skip to content

Commit 3d82b7e

Browse files
[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 5f88982) Co-authored-by: busywhitespace <[email protected]> Co-authored-by: busywhitespace <[email protected]>
1 parent 289411d commit 3d82b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ ABC hierarchy::
862862
An abstract base class for resource readers capable of serving
863863
the ``files`` interface. Subclasses ResourceReader and provides
864864
concrete implementations of the ResourceReader's abstract
865-
methods. Therefore, any loader supplying TraversableReader
865+
methods. Therefore, any loader supplying TraversableResources
866866
also supplies ResourceReader.
867867

868868
Loaders that wish to support resource reading are expected to

0 commit comments

Comments
 (0)