diff options
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" |