Skip to content

Commit 6c057ae

Browse files
authored
Merge pull request #275 from d-v-b/patch-1
style: fix typo and add a comma
2 parents 83b3f67 + 37ae931 commit 6c057ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3/stores/filesystem/v1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Notes about design decisions for the native File System Store
3737
=============================================================
3838

3939
The 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,
4141
tools like ``gsutil`` can be use to transfer a local directory store to cloud
4242
base 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

0 commit comments

Comments
 (0)