From 786541446e6d6a0f2b6a54edb77b981218114fb0 Mon Sep 17 00:00:00 2001 From: Giuseppe Romagnuolo Date: Sun, 26 Jan 2025 22:08:04 +0000 Subject: [PATCH] Docs: corrected spelling --- google/oauth2/id_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/oauth2/id_token.py b/google/oauth2/id_token.py index b68ab6b30..89760deae 100644 --- a/google/oauth2/id_token.py +++ b/google/oauth2/id_token.py @@ -81,7 +81,7 @@ def _fetch_certs(request, certs_url): """Fetches certificates. - Google-style cerificate endpoints return JSON in the format of + Google-style certificate endpoints return JSON in the format of ``{'key id': 'x509 certificate'}`` or a certificate array according to the JWK spec (see https://tools.ietf.org/html/rfc7517).