aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/src/core.py
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-06-28 08:46:31 +0000
committerBen McGinnes <[email protected]>2018-06-28 08:51:47 +0000
commit48174b2bcc319e4542aefd0cc3aae02c4083784e (patch)
tree3e17b0a723b3adaa33fe8fd7986c0dfcd21489fe /lang/python/src/core.py
parentdocs: python bindings howto (diff)
downloadgpgme-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.py4
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.