Skip to content

Commit df159b0

Browse files
committed
doc fix
1 parent 62c54ca commit df159b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fs/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ def removedir(self, path):
170170
:param str path: Path of the directory to remove.
171171
172172
:raises `fs.errors.DirectoryNotEmpty`: If the directory is not
173-
empty and force == ``False``.
173+
empty (see :meth:`~fs.base.removetree` if you want to
174+
remove the directory contents).
174175
:raises `fs.errors.DirectoryExpected`: If the path is not a
175176
directory.
176177
:raises `fs.errors.ResourceNotFound`: If the path does not

0 commit comments

Comments
 (0)