]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 26 Nov 2022 18:22:13 +0000 (13:22 -0500)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2022 18:22:13 +0000 (13:22 -0500)
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>
Co-authored-by: busywhitespace <busywhitespace@tuta.io>
Doc/library/importlib.rst

index 1addba3fb47f99ca5e63b42361c94a6d9909bed3..f1cf9eec5d54354d85699f3a41275681ea703057 100644 (file)
@@ -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