From edb92e6fc37147ecc701c0ab917ffb052fdc3208 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Mon, 25 Mar 2024 08:29:11 +0100 Subject: [PATCH] Update doc/design/bucketpath.rst Co-authored-by: Torsten Kilias --- doc/design/bucketpath.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/bucketpath.rst b/doc/design/bucketpath.rst index 99a1db71..d0064d9e 100644 --- a/doc/design/bucketpath.rst +++ b/doc/design/bucketpath.rst @@ -252,7 +252,7 @@ Pathlike Args: recursive: if true the entrie directory and it's entire contents (files and subdirs) - will be delted. If false and the directory is not empty an error will be thrown. + will be deleted. If false and the directory is not empty an error will be thrown. Raises: FileNotFoundError: If the file does not exist.