Skip to content

Commit

Permalink
Apply review feedback
Browse files Browse the repository at this point in the history
---
Co-authored-by: Torsten Kilias <[email protected]>
Co-authored-by: Christoph Kuhnke <[email protected]>
Co-authored-by: Pieterjan Spoelders <[email protected]>
  • Loading branch information
Nicoretti committed Mar 26, 2024
1 parent 9baae67 commit 09b613a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/design/bucketpath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ Pathlike
"""
Removes this directory.
Note: In order to stay close to the pathlib based `rmdir` the default won't delete
non empty direcotries.
Note: In order to stay close to pathlib, by default `rmdir` with `recursive`
set to `False` default won't delete non empty directories.
Args:
recursive: if true the entrie directory and it's entire contents (files and subdirs)
recursive: if true the directory itself and its entire contents (files and subdirs)
will be deleted. If false and the directory is not empty an error will be thrown.
Raises:
Expand Down Expand Up @@ -279,7 +279,7 @@ Pathlike
When the path points to a directory, yield path objects of the directory contents.
Note:
For file like paths it will yield nothing.
If `path` points to a file then `iterdir()` will yield nothing.
Yields:
All direct children of the pathlike object.
Expand Down

0 comments on commit 09b613a

Please sign in to comment.