Skip to content

Commit

Permalink
EpicPath.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinVignal committed Feb 24, 2020
1 parent bbac3ff commit a2021e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/EpicPath.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ If `exist_ok=False` and the folder already exists, it raises an error.

If the parents of the folde doesn't exists already, it creates them, unless the parameters `parents=False`, it then raises an error.

**.rmdir(missing_ok=True)`**
**`.rmdir(missing_ok=True)`**

The method `.rmdir` remove the directory with the path represented by the `EpicPath` object. This folder needs to be empty

Expand Down

0 comments on commit a2021e7

Please sign in to comment.