Python, doc: Minor style improvement
* lang/python/src/core.py (Context): Retab and shorten max line length.
This commit is contained in:
parent
f303806a11
commit
63055f1340
@ -363,7 +363,8 @@ class Context(GpgmeWrapper):
|
|||||||
Returns:
|
Returns:
|
||||||
plaintext -- the decrypted data (or None if sink is given)
|
plaintext -- the decrypted data (or None if sink is given)
|
||||||
result -- additional information about the decryption
|
result -- additional information about the decryption
|
||||||
verify_result -- additional information about the valid signature(s) found
|
verify_result -- additional information about the valid
|
||||||
|
signature(s) found
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
UnsupportedAlgorithm -- if an unsupported algorithm was used
|
UnsupportedAlgorithm -- if an unsupported algorithm was used
|
||||||
|
Loading…
Reference in New Issue
Block a user