Skip to content

gh-137070:Fix typo in importlib.resources.abc documentation: subsuddir → subsubdir#137076

Closed
tangyuan0821 wants to merge 6 commits intopython:mainfrom
tangyuan0821:main
Closed

gh-137070:Fix typo in importlib.resources.abc documentation: subsuddir → subsubdir#137076
tangyuan0821 wants to merge 6 commits intopython:mainfrom
tangyuan0821:main

Conversation

@tangyuan0821
Copy link
Copy Markdown
Contributor

@tangyuan0821 tangyuan0821 commented Jul 24, 2025

Summary

This PR fixes a typo in the Doc/library/importlib.resources.abc.rst documentation. The example for joinpath used subsuddir instead of the correct subsubdir.

Details

  • Corrected all instances of subsuddir to subsubdir in the joinpath usage examples.
  • Ensured consistency and clarity for readers following the documentation.

Issue

Closes #137070

Checklist

  • Documentation updated
  • Follows CPython documentation style
  • No code changes, only doc fix

📚 Documentation preview 📚: https://cpython-previews--137076.org.readthedocs.build/

@bedevere-app
Copy link
Copy Markdown

bedevere-app bot commented Jul 24, 2025

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify which parameters are accepted by Traversable.open

1 participant