diff options
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/python/src/core.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/src/core.py b/lang/python/src/core.py index f7e843f1..0b7b7e08 100644 --- a/lang/python/src/core.py +++ b/lang/python/src/core.py @@ -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)  | 
