Skip to content

Commit

Permalink
Address review concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Aug 20, 2024
1 parent 09789a0 commit 5a7590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tosfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def rmdir(self, path: str) -> None:
If the path is not a directory.
TosfsError
If the directory is not empty,
or if there is an error during the removal process.
or the path is a bucket.
Examples
--------
Expand Down

0 comments on commit 5a7590f

Please sign in to comment.