summaryrefslogtreecommitdiff
path: root/alot/utils/configobj.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/utils/configobj.py')
-rw-r--r--alot/utils/configobj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/utils/configobj.py b/alot/utils/configobj.py
index aba61c3d..5e04409a 100644
--- a/alot/utils/configobj.py
+++ b/alot/utils/configobj.py
@@ -136,7 +136,7 @@ def force_list(value, min=None, max=None):
def gpg_key(value):
"""
test if value points to a known gpg key
- and return that key as :class:`pyme.pygpgme._gpgme_key`.
+ and return that key as a gpg key object.
"""
try:
return crypto.get_key(value)