summaryrefslogtreecommitdiff
path: root/alot/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/message.py')
-rw-r--r--alot/message.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/message.py b/alot/message.py
index c76d6f75..311c784a 100644
--- a/alot/message.py
+++ b/alot/message.py
@@ -164,7 +164,7 @@ class Message(object):
This only adds the requested operation to this objects
:class:`DBManager's <alot.db.DBManager>` write queue.
- You need to call :meth:`~alot.db.DBManager.flush` to actually write out.
+ You need to call :meth:`~alot.db.DBManager.flush` to write out.
"""
self._dbman.tag('id:' + self._id, tags)
self._tags = self._tags.union(tags)
@@ -176,7 +176,7 @@ class Message(object):
This only adds the requested operation to this objects
:class:`DBManager's <alot.db.DBManager>` write queue.
- You need to call :meth:`~alot.db.DBManager.flush` to actually write out.
+ You need to call :meth:`~alot.db.DBManager.flush` to actually out.
"""
self._dbman.untag('id:' + self._id, tags)