diff --git a/google/auth/credentials.py b/google/auth/credentials.py index 64b333823..8ff1f0251 100644 --- a/google/auth/credentials.py +++ b/google/auth/credentials.py @@ -53,8 +53,9 @@ def __init__(self): def expired(self): """Checks if the credentials are expired. - Note that credentials can be invalid but not expired becaue Credentials - 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 + expire. """ if not self.expiry: return False