Skip to content

Commit 44d691f

Browse files
committed
Make explicit that SubFS represents a sub-directory in a parent filesystem
1 parent 1ef7ca9 commit 44d691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/subfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

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

0 commit comments

Comments
 (0)