-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Possible typo in the documentation of importlib.resources.abc #99795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
docs
Documentation in the Doc dir
Comments
My initial instinct was that |
miss-islington
pushed a commit
that referenced
this issue
Nov 26, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 26, 2022
Changing TraversableReader to TraversableResources at one place of the documentation. See pythonGH-99795 for more details. (cherry picked from commit 5f88982) Co-authored-by: busywhitespace <[email protected]>
miss-islington
added a commit
that referenced
this issue
Nov 26, 2022
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]>
jaraco
added a commit
that referenced
this issue
Nov 26, 2022
…9800) 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The documentation for importlib.resources.abc.TraversableResources at the end of the importlib.resources.abc documentation says:
But importlib.abc.TraversableReader isn't exposed in the module. In my opinion, the author of the documentation meant TraversableResources considering the fact, that the preceding sentence talks about TraversableResources subclassing ResourceReader.
I've created the PR in case the issue is correct.
Linked PRs
The text was updated successfully, but these errors were encountered: