From 9028f77ea32e4e426729dcc3369649286685b815 Mon Sep 17 00:00:00 2001 From: Nikhil Jathar <22786232+mailnike@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:46:37 -0500 Subject: [PATCH] Fix duplicated word in Python client docs Remove a duplicated 'a' in the signing example ('sign a a file'). Signed-off-by: Nikhil Jathar <22786232+mailnike@users.noreply.github.com> --- content/en/language_clients/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/language_clients/python.md b/content/en/language_clients/python.md index cb537ef7..2a5e0d4b 100644 --- a/content/en/language_clients/python.md +++ b/content/en/language_clients/python.md @@ -33,7 +33,7 @@ Optionally, you can install `sigstore` and all its dependencies with [hash-check ### Signing example -For this example, we will sign a a file named `foo.txt`. [`sigstore`](https://pypi.org/project/sigstore/) will use OpenID Connect (OIDC) to verify your email address. +For this example, we will sign a file named `foo.txt`. [`sigstore`](https://pypi.org/project/sigstore/) will use OpenID Connect (OIDC) to verify your email address. Use the following command to sign `foo.txt`: