File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/v3/stores/filesystem Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Notes about design decisions for the native File System Store
3737=============================================================
3838
3939The original file system store is designed for simplicity and easy manipulation
40- and transfer by external tools not aware of the store structure. In particular
40+ and transfer by external tools not aware of the store structure. In particular,
4141tools like ``gsutil `` can be use to transfer a local directory store to cloud
4242base storage, hence the keys choices will be conserved.
4343
@@ -163,7 +163,7 @@ in the section above.
163163 each descendant file path ``fp ``.
164164
165165* ``list_dir(prefix) `` : Obtain a file system path by calling
166- ``key_to_fspath(prefix) ``. If the result is a director path, list
166+ ``key_to_fspath(prefix) ``. If the result is a directory path, list
167167 the directory children. Return a set of keys obtained by calling
168168 ``fspath_to_key(fp) `` for each child file path ``fp ``, and a set of
169169 prefixes obtained by calling ``fspath_to_key(dp) `` for each child
You can’t perform that action at this time.
0 commit comments