Skip to content

Commit

Permalink
gh-99795: Fix typo in importlib.resources.abc (GH-99796)
Browse files Browse the repository at this point in the history
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 <busywhitespace@tuta.io>
  • Loading branch information
miss-islington and busywhitespace authored Nov 26, 2022
1 parent 45ffab4 commit fe99572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.resources.abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
: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.
Expand Down

0 comments on commit fe99572

Please sign in to comment.