summaryrefslogtreecommitdiff
path: root/alot/db/thread.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-15 12:02:25 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-15 12:02:25 +0000
commit1e9a81598674cf422f3fc42175022ffca9556bc3 (patch)
treed8724fa22ef3340be80a9b19b9cc7e97caf4e7c2 /alot/db/thread.py
parent9df920388288b9023bb606d21f35abe67497416c (diff)
pep8 fixes
Diffstat (limited to 'alot/db/thread.py')
-rw-r--r--alot/db/thread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/db/thread.py b/alot/db/thread.py
index e94e719e..1207e583 100644
--- a/alot/db/thread.py
+++ b/alot/db/thread.py
@@ -8,8 +8,8 @@ class Thread(object):
"""
A wrapper around a notmuch mailthread (:class:`notmuch.database.Thread`)
that ensures persistence of the thread: It can be safely read multiple
- times, its manipulation is done via a :class:`alot.db.DBManager` and it
- can directly provide contained messages as :class:`~alot.db.message.Message`.
+ times, its manipulation is done via a :class:`alot.db.DBManager` and it can
+ directly provide contained messages as :class:`~alot.db.message.Message`.
"""
def __init__(self, dbman, thread):