summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-31 15:19:15 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-09-01 15:33:15 +0100
commit134d791f94dec9bf06b98a9881495a435c191bd3 (patch)
tree598cb50b34a1e8346c114dbf50c0a013cb3d5f48 /alot/db/manager.py
parent0df1c905aee10308069d9db9e396714feabc4ce4 (diff)
pep8 fixes
This mostly shortens lines down to <=79 chars and fixes some other small things I found using the pep8 tool.
Diffstat (limited to 'alot/db/manager.py')
-rw-r--r--alot/db/manager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/db/manager.py b/alot/db/manager.py
index e592da65..6add2b7c 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.py
@@ -377,7 +377,8 @@ class DBManager(object):
:param sort: Sort order. one of ['oldest_first', 'newest_first',
'message_id', 'unsorted']
:type query: str
- :param exclude_tags: Tags to exclude by default unless included in the search
+ :param exclude_tags: Tags to exclude by default unless included in the
+ search
:type exclude_tags: list of str
:returns: a pipe together with the process that asynchronously
writes to it.