We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96db48c commit 9ccac63Copy full SHA for 9ccac63
packages/google-auth/google/auth/credentials.py
@@ -53,8 +53,9 @@ def __init__(self):
53
def expired(self):
54
"""Checks if the credentials are expired.
55
56
- Note that credentials can be invalid but not expired becaue Credentials
57
- with :attr:`expiry` set to None is considered to never expire.
+ Note that credentials can be invalid but not expired because
+ Credentials with :attr:`expiry` set to None is considered to never
58
+ expire.
59
"""
60
if not self.expiry:
61
return False
0 commit comments