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/tests/t-quick-key-manipulation.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/tests/t-quick-key-manipulation.py')
-rwxr-xr-x | lang/python/tests/t-quick-key-manipulation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-quick-key-manipulation.py b/lang/python/tests/t-quick-key-manipulation.py index 73dce16d..81da03be 100755 --- a/lang/python/tests/t-quick-key-manipulation.py +++ b/lang/python/tests/t-quick-key-manipulation.py @@ -88,7 +88,7 @@ with support.EphemeralContext() as ctx: except gpg.errors.GpgError: pass - # try to add an pre-existent UID + # try to add a pre-existent UID try: ctx.key_add_uid(key, bravo) assert False, "Expected an error but got none" |