summaryrefslogtreecommitdiff
path: root/docs/source/api/database.rst
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-09-17 09:13:59 +0200
committerLucas Hoffmann <l-m-h@web.de>2016-12-11 01:40:27 +0100
commit1edb6c6dc2a0dc9b20f544c6b500e2d991a07dd7 (patch)
treeb302afc4f87ea095de21da840e6f66a1d421dce7 /docs/source/api/database.rst
parent86820ab5c53932b6f1967fb957e53f8e8c624cce (diff)
Remove trailing white space
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.