Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 2c6ad78

Browse files
anguillanneufbusunkim96
authored andcommitted
Fix typo in jwt docs. (#332)
1 parent 4086543 commit 2c6ad78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/auth/jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def decode(token, certs=None, verify=True, audience=None):
200200
Args:
201201
token (str): The encoded JWT.
202202
certs (Union[str, bytes, Mapping[str, Union[str, bytes]]]): The
203-
certificate used to validate the JWT signatyre. If bytes or string,
203+
certificate used to validate the JWT signature. If bytes or string,
204204
it must the the public key certificate in PEM format. If a mapping,
205205
it must be a mapping of key IDs to public key certificates in PEM
206206
format. The mapping must contain the same key ID that's specified

0 commit comments

Comments
 (0)