Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/importlib.resources.abc.rst
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  • Loading branch information
FFY00 and jaraco authored Feb 20, 2023
commit 6af277a2ee06f2dfd697f3720906050c408ef516
2 changes: 1 addition & 1 deletion Doc/library/importlib.resources.abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
An object with a subset of :class:`pathlib.Path` methods suitable for
traversing directories and opening files.

If you need a representation of the object on the file-system, you can use
For a representation of the object on the file-system, use
:meth:`importlib.resources.as_file`.

.. versionadded:: 3.9
Expand Down