From 9724d6276bc8410bdf6f18cdd71437df8749ec23 Mon Sep 17 00:00:00 2001 From: maxtaran2010 Date: Wed, 8 Jul 2026 12:29:56 +0300 Subject: [PATCH] Fix typo: datbase -> database in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 04abdc0..046fbc2 100644 --- a/README.rst +++ b/README.rst @@ -280,7 +280,7 @@ Pure-Python Databases * `ZODB`_ supports an isomorphic interface for database operations which means there's little impact on your code to make objects persistent and there's no - database mapper that partially hides the datbase. + database mapper that partially hides the database. * `CodernityDB`_ is an open source, pure-Python, multi-platform, schema-less, NoSQL database and includes an HTTP server version, and a Python client library that aims to be 100% compatible with the embedded version.