We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SubFS
1 parent 1ef7ca9 commit 44d691fCopy full SHA for 44d691f
fs/subfs.py
@@ -21,7 +21,7 @@
21
22
@six.python_2_unicode_compatible
23
class SubFS(WrapFS[_F], typing.Generic[_F]):
24
- """A sub-directory on another filesystem.
+ """A sub-directory on a parent filesystem.
25
26
A SubFS is a filesystem object that maps to a sub-directory of
27
another filesystem. This is the object that is returned by
0 commit comments