Skip to content

Commit e537797

Browse files
author
Ace Nassri
authored
1 parent e51ddf8 commit e537797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/getting-started/clients/google-jwt-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def generate_jwt(sa_keyfile,
3939
# build payload
4040
payload = {
4141
'iat': now,
42-
# expires after 'expirary_length' seconds.
42+
# expires after 'expiry_length' seconds.
4343
"exp": now + expiry_length,
4444
# iss must match 'issuer' in the security configuration in your
4545
# swagger spec (e.g. service account email). It can be any string.

0 commit comments

Comments
 (0)