diff --git a/google/oauth2/id_token.py b/google/oauth2/id_token.py index a6c51ce63..a3beacd46 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).