From 6e09def1fa44ab89c70e3b963ea720e8b585cfe9 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sun, 6 Jul 2025 09:45:24 +0200 Subject: [PATCH] Fix minor doc typo Signed-off-by: Philippe Ombredanne --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7e3f77e..20ea233 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,7 +46,7 @@ Motivation ========== The motivation for this package is the fact that it often is convenient for -certain very simple problems to simply write and read data from a fileystem, +certain very simple problems to simply write and read data from a filesystem, but often a database of some sort winds up being used simply because of the power and safety available with a system which uses transactions and ACID semantics. For example, you wouldn't want a web application with any amount of