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/tests/t-quick-key-manipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/tests/t-quick-key-manipulation.py') 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" -- cgit v1.2.3