summaryrefslogtreecommitdiff
path: root/alot/commands/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/utils.py')
-rw-r--r--alot/commands/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/utils.py b/alot/commands/utils.py
index f8e5067d..ddfeec41 100644
--- a/alot/commands/utils.py
+++ b/alot/commands/utils.py
@@ -66,7 +66,7 @@ def _get_keys(ui, encrypt_keyids, block_error=False, signed_only=False):
to the key)
:type signed_only: bool
:returns: the available keys indexed by their key hash
- :rtype: dict(str->gpgme.Key)
+ :rtype: dict(str->gpg key object)
"""
keys = {}