From 48174b2bcc319e4542aefd0cc3aae02c4083784e Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 28 Jun 2018 18:46:31 +1000 Subject: [PATCH] whitespace police: * There's always one or, in this case, two. --- lang/python/src/core.py | 4 ++-- 1 file 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.