File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -930,7 +930,7 @@ The following functions are available.
930
930
931
931
.. function :: files(package)
932
932
933
- Returns an :class: `importlib.resources. abc.Traversable ` object
933
+ Returns an :class: `importlib.abc.Traversable ` object
934
934
representing the resource container for the package (think directory)
935
935
and its resources (think files). A Traversable may contain other
936
936
containers (think subdirectories).
@@ -942,7 +942,7 @@ The following functions are available.
942
942
943
943
.. function :: as_file(traversable)
944
944
945
- Given a :class: `importlib.resources. abc.Traversable ` object representing
945
+ Given a :class: `importlib.abc.Traversable ` object representing
946
946
a file, typically from :func: `importlib.resources.files `, return
947
947
a context manager for use in a :keyword: `with ` statement.
948
948
The context manager provides a :class: `pathlib.Path ` object.
You can’t perform that action at this time.
0 commit comments