summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-03-24 13:32:49 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2016-03-24 21:01:43 +0000
commitf1f416d39f622ab43c18a44f84849a5ec51c3d34 (patch)
tree26a48eee858881086805980e0135631249df811e /alot
parent274183e17ac237f1eda028dca8ca3e22acc57ca3 (diff)
Fix double space.
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/commands/utils.py b/alot/commands/utils.py
index c4556fa4..48d7aac9 100644
--- a/alot/commands/utils.py
+++ b/alot/commands/utils.py
@@ -19,8 +19,8 @@ def get_keys(ui, encrypt_keyids, block_error=False, signed_only=False):
:param block_error: wether error messages for the user should expire
automatically or block the ui
:type block_error: bool
- :param signed_only: only return keys whose uid is signed (trusted to
- belong to the key)
+ :param signed_only: only return keys whose uid is signed (trusted to belong
+ to the key)
:type signed_only: bool
:returns: the available keys indexed by their key hash
:rtype: dict(str->gpgme.Key)