summaryrefslogtreecommitdiff
path: root/docs/source/api/database.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/api/database.rst')
-rw-r--r--docs/source/api/database.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/api/database.rst b/docs/source/api/database.rst
index ff66fd3e..bead2609 100644
--- a/docs/source/api/database.rst
+++ b/docs/source/api/database.rst
@@ -3,7 +3,7 @@ Email Database
.. module:: alot.db
-The python bindings to libnotmuch define :class:`notmuch.Thread` and
+The python bindings to libnotmuch define :class:`notmuch.Thread` and
:class:`notmuch.Message`, which unfortunately are very fragile.
Alot defines the wrapper classes :class:`alot.db.Thread` and :class:`alot.db.Message` that
use an :class:`manager.DBManager` instance to transparently provide persistent objects.