From ea47c3dfe43620737a28babb27f94982e5abda2d Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Wed, 20 Mar 2024 11:50:35 +0100 Subject: [PATCH] Update doc/design/bucketpath.rst Co-authored-by: Christoph Kuhnke --- 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 6faa9542..d1a99fb0 100644 --- a/doc/design/bucketpath.rst +++ b/doc/design/bucketpath.rst @@ -49,7 +49,7 @@ Desgin Design Goals ++++++++++++ -The primary goal of this design is to create an abstraction that simplifies working with the bucketfs file system and it's usages. +The primary goal of this design is to create an abstraction that simplifies working with the BucketFS file system and its usages. Additionaly we wan't to maintain compatibility with the intuitive and widely used `pathlib` interface(s) where possible. This abstraction should: