aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-quick-key-manipulation.py
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-10-13 07:18:45 +0000
committerIngo Klöcker <[email protected]>2023-10-13 07:22:36 +0000
commit131384b107fb54e37e31f8fc19be8ab8fcffd929 (patch)
treef83e77bdb13ed498fc7f152d04bd30f653671492 /lang/python/tests/t-quick-key-manipulation.py
parentcpp,doc: Fix typos in API documentation and source code comments (diff)
downloadgpgme-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-xlang/python/tests/t-quick-key-manipulation.py2
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"