diff options
author | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:45 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-13 07:22:36 +0000 |
commit | 131384b107fb54e37e31f8fc19be8ab8fcffd929 (patch) | |
tree | f83e77bdb13ed498fc7f152d04bd30f653671492 /lang/python/src/core.py | |
parent | cpp,doc: Fix typos in API documentation and source code comments (diff) | |
download | gpgme-131384b107fb54e37e31f8fc19be8ab8fcffd929.tar.gz gpgme-131384b107fb54e37e31f8fc19be8ab8fcffd929.zip |
python,doc: Fix typos in documentation and source code comments
--
Anonymous contribution
Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to 'lang/python/src/core.py')
-rw-r--r-- | lang/python/src/core.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 |