diff options
author | Ben McGinnes <[email protected]> | 2018-06-28 08:46:31 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-06-28 08:51:47 +0000 |
commit | 48174b2bcc319e4542aefd0cc3aae02c4083784e (patch) | |
tree | 3e17b0a723b3adaa33fe8fd7986c0dfcd21489fe /lang/python/src/core.py | |
parent | docs: python bindings howto (diff) | |
download | gpgme-48174b2bcc319e4542aefd0cc3aae02c4083784e.tar.gz gpgme-48174b2bcc319e4542aefd0cc3aae02c4083784e.zip |
whitespace police:
* There's always one or, in this case, two.
Diffstat (limited to 'lang/python/src/core.py')
-rw-r--r-- | lang/python/src/core.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/src/core.py b/lang/python/src/core.py index f8e0c60e..7003b253 100644 --- a/lang/python/src/core.py +++ b/lang/python/src/core.py @@ -610,9 +610,9 @@ class Context(GpgmeWrapper): Keyword arguments: pattern -- return keys matching pattern (default: all keys) - Returns: + Returns: -- A key block containing one or more minimised OpenPGP - keys in either ASCII armoured or binary format as + keys in either ASCII armoured or binary format as determined by the Context(). If there are no matching keys it returns None. |