From e95cdc37865f31207cb648c62b350960fe375267 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Wed, 20 Mar 2024 11:50:44 +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 d1a99fb0..623b30c4 100644 --- a/doc/design/bucketpath.rst +++ b/doc/design/bucketpath.rst @@ -54,7 +54,7 @@ Additionaly we wan't to maintain compatibility with the intuitive and widely use This abstraction should: -- Simplify interacting with bucketfs paths, by providing implentations for common tasks. +- Simplify interacting with BucketFS paths, by providing implentations for common tasks. - Provide a way to persist and/or share path information accross processes and systems. - Reduce the learning curve for users familiar with the `pathlib` interface. - Make sure the behaviour follows `pathlib` wherever possible.