summaryrefslogtreecommitdiff
path: root/alot/db/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/thread.py')
-rw-r--r--alot/db/thread.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/alot/db/thread.py b/alot/db/thread.py
index db72aad6..2b580dcf 100644
--- a/alot/db/thread.py
+++ b/alot/db/thread.py
@@ -151,8 +151,8 @@ class Thread:
You need to call :meth:`DBManager.flush <alot.db.DBManager.flush>`
to actually write out.
- :param tags: a list of tags to be added
- :type tags: list of str
+ :param tags: a set of tags to be added
+ :type tags: set of str
:param afterwards: callback that gets called after successful
application of this tagging operation
:type afterwards: callable
@@ -178,8 +178,8 @@ class Thread:
You need to call :meth:`DBManager.flush <alot.db.DBManager.flush>`
to actually write out.
- :param tags: a list of tags to be added
- :type tags: list of str
+ :param tags: a set of tags to be added
+ :type tags: set of str
:param afterwards: callback that gets called after successful
application of this tagging operation
:type afterwards: callable