summaryrefslogtreecommitdiff
path: root/docs/database.rst
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-02 14:41:05 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-02 14:41:05 +0000
commita82320864e768697df4f42acce246d4582ac3915 (patch)
tree7125277c68c08b5fe9af095336c19c1f36bea8e7 /docs/database.rst
parent66573a041c1602a2a598e2c8806955252460ce45 (diff)
intersphinx in API docs
Diffstat (limited to 'docs/database.rst')
-rw-r--r--docs/database.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/database.rst b/docs/database.rst
index 3f5b9f04..683bca46 100644
--- a/docs/database.rst
+++ b/docs/database.rst
@@ -3,8 +3,8 @@ Email Database
.. module:: alot.db
-The python bindings to libnotmuch define :class:`notmuch.database.Thread` and
-:class:`notmuch.database.Message`, which unfortunately are very fragile.
+The python bindings to libnotmuch define :class:`notmuch.Thread` and
+:class:`notmuch.Message`, which unfortunately are very fragile.
Alot defines the wrapper classes :class:`Thread` and :class:`~alot.message.Message` that
use an :class:`DBManager` instance to transparently provide persistent objects.