summaryrefslogtreecommitdiff
path: root/alot/crypto.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-03-30 22:53:28 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2016-03-30 22:15:02 +0100
commitb185a3f5ac21ba4bf22e6d1e038abd596444c22f (patch)
tree5518dbc4bbaed547533db033713af4acb7bbde62 /alot/crypto.py
parentdb13e515db6abba5a6a0732b77268cce0e3f60bd (diff)
Fix typo.
Diffstat (limited to 'alot/crypto.py')
-rw-r--r--alot/crypto.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/alot/crypto.py b/alot/crypto.py
index 5f9290fd..8efd0254 100644
--- a/alot/crypto.py
+++ b/alot/crypto.py
@@ -64,10 +64,10 @@ def get_key(keyid, validate=False, encrypt=False, sign=False,
If validate is True also make sure that returned key is not invalid,
revoked or expired. In addition if encrypt or sign is True also validate
that key is valid for that action. For example only keys with private key
- can sign. If signed_only is True make sure that the user id can be can be
- trusted to belong to the key (is signed). This last check will only work if
- the keyid is part of the user id associated with the key, not if it is part
- of the key fingerprint.
+ can sign. If signed_only is True make sure that the user id can be trusted
+ to belong to the key (is signed). This last check will only work if the
+ keyid is part of the user id associated with the key, not if it is part of
+ the key fingerprint.
:param keyid: filter term for the keyring (usually a key ID)
:type keyid: str