Skip to content

Commit

Permalink
Make explicit that SubFS represents a sub-directory in a parent fil…
Browse files Browse the repository at this point in the history
…esystem
  • Loading branch information
althonos committed Nov 16, 2021
1 parent 1ef7ca9 commit 44d691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/subfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@six.python_2_unicode_compatible
class SubFS(WrapFS[_F], typing.Generic[_F]):
"""A sub-directory on another filesystem.
"""A sub-directory on a parent filesystem.
A SubFS is a filesystem object that maps to a sub-directory of
another filesystem. This is the object that is returned by
Expand Down

0 comments on commit 44d691f

Please sign in to comment.