summaryrefslogtreecommitdiff
path: root/alot/db/thread.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-29 22:13:04 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-29 22:13:54 +0100
commit33a6c49cc42bf48e4f981925547ba50bdf3e7c6b (patch)
treeae3c6f1d199f12c0d27867cd55cab36d3bf44dac /alot/db/thread.py
parente82010c8ec9d205d38b1e125582a8a5e92d32c6d (diff)
docs: minor fixes
this fixes a few broken links and duplicate module defs in the sphinx docs
Diffstat (limited to 'alot/db/thread.py')
-rw-r--r--alot/db/thread.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/db/thread.py b/alot/db/thread.py
index 1207e583..ee872c1f 100644
--- a/alot/db/thread.py
+++ b/alot/db/thread.py
@@ -77,8 +77,8 @@ class Thread(object):
.. note::
This only adds the requested operation to this objects
- :class:`DBManager's <~alot.db.DBManager>` write queue.
- You need to call :meth:`DBManager.flush <~alot.db.DBManager.flush>`
+ :class:`DBManager's <alot.db.DBManager>` write queue.
+ You need to call :meth:`DBManager.flush <alot.db.DBManager.flush>`
to actually write out.
:param tags: a list of tags to be added
@@ -108,7 +108,7 @@ class Thread(object):
This only adds the requested operation to this objects
:class:`DBManager's <alot.db.DBManager>` write queue.
- You need to call :meth:`DBManager.flush <alot.db.DBManager.flush>`
+ You need to call :meth:`DBManager.flush <alot.db.DBManager.flush>`
to actually write out.
:param tags: a list of tags to be added