From 131384b107fb54e37e31f8fc19be8ab8fcffd929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 13 Oct 2023 09:18:45 +0200 Subject: python,doc: Fix typos in documentation and source code comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Anonymous contribution Signed-off-by: Ingo Klöcker --- lang/python/src/core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/python/src/core.py') diff --git a/lang/python/src/core.py b/lang/python/src/core.py index c7b312b8..152ea295 100644 --- a/lang/python/src/core.py +++ b/lang/python/src/core.py @@ -813,7 +813,7 @@ class Context(GpgmeWrapper): Keyword arguments: algorithm -- public key algorithm, see above (default: reasonable) expires_in -- expiration time in seconds (default: reasonable) - expires -- whether or not the key should expire (default: True) + expires -- whether the key should expire (default: True) sign -- request the signing capability (see above) encrypt -- request the encryption capability (see above) certify -- request the certification capability (see above) @@ -901,7 +901,7 @@ class Context(GpgmeWrapper): Keyword arguments: algorithm -- public key algorithm, see above (default: reasonable) expires_in -- expiration time in seconds (default: reasonable) - expires -- whether or not the subkey should expire (default: True) + expires -- whether the subkey should expire (default: True) sign -- request the signing capability (see above) encrypt -- request the encryption capability (see above) authenticate -- request the authentication capability (see above) @@ -1032,7 +1032,7 @@ class Context(GpgmeWrapper): If command is a string or bytes, it will be used as-is. If it is an iterable of strings, it will be properly escaped and - joined into an well-formed assuan command. + joined into a well-formed assuan command. Keyword arguments: data_cb -- a callback receiving data lines -- cgit v1.2.3