python: clarify documentation for verify argument for Context.decrypt()
It's easy to miss that verify can take a list of keys. Make it more obvious to the average python dev who reads docstrings. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
827a2f3ad5
commit
9a1903cc42
@ -352,7 +352,8 @@ class Context(GpgmeWrapper):
|
||||
Keyword arguments:
|
||||
sink -- write result to sink instead of returning it
|
||||
passphrase -- for symmetric decryption
|
||||
verify -- check signatures (default True)
|
||||
verify -- check signatures (boolean or iterable of keys,
|
||||
see above) (default True)
|
||||
|
||||
Returns:
|
||||
plaintext -- the decrypted data (or None if sink is given)
|
||||
|
Loading…
Reference in New Issue
Block a user