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.
1 parent 62c54ca commit df159b0Copy full SHA for df159b0
1 file changed
fs/base.py
@@ -170,7 +170,8 @@ def removedir(self, path):
170
:param str path: Path of the directory to remove.
171
172
:raises `fs.errors.DirectoryNotEmpty`: If the directory is not
173
- empty and force == ``False``.
+ empty (see :meth:`~fs.base.removetree` if you want to
174
+ remove the directory contents).
175
:raises `fs.errors.DirectoryExpected`: If the path is not a
176
directory.
177
:raises `fs.errors.ResourceNotFound`: If the path does not
0 commit comments