Skip to content

Commit c6a34a3

Browse files
anguillanneufbusunkim96
authored andcommitted
Fix typo in jwt docs. (#332)
1 parent fdc2680 commit c6a34a3

File tree

1 file changed

+1
-1
lines changed
  • packages/google-auth/google/auth

1 file changed

+1
-1
lines changed

packages/google-auth/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)