From 0a35a2bf8c49b08ae97bcfdeb66384b979c35a46 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 3 Dec 2011 14:23:29 +0000 Subject: pep8 & cleanup --- alot/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alot/message.py') diff --git a/alot/message.py b/alot/message.py index db3c9d62..553755c9 100644 --- a/alot/message.py +++ b/alot/message.py @@ -158,7 +158,7 @@ class Message(object): This only adds the requested operation to this objects :class:`DBManager's ` 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) @@ -170,7 +170,7 @@ class Message(object): This only adds the requested operation to this objects :class:`DBManager's ` 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) -- cgit v1.2.3