summaryrefslogtreecommitdiff
path: root/alot/db/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/utils.py')
-rw-r--r--alot/db/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db/utils.py b/alot/db/utils.py
index 3cff108a..994e85b2 100644
--- a/alot/db/utils.py
+++ b/alot/db/utils.py
@@ -35,7 +35,7 @@ def add_signature_headers(mail, sigs, error_msg):
verification was successful.
:param mail: :class:`email.message.Message` the message to entitle
- :param sigs: list of :class:`gpgme.Signature`
+ :param sigs: list of :class:`gpg.results.Signature`
:param error_msg: `str` containing an error message, the empty
string indicating no error
'''