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

Commit 972d697

Browse files
authored
Fix a typo in credentials.py.
1 parent 839d468 commit 972d697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/auth/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self):
5353
def expired(self):
5454
"""Checks if the credentials are expired.
5555
56-
Note that credentials can be invalid but not expired becaue Credentials
56+
Note that credentials can be invalid but not expired because Credentials
5757
with :attr:`expiry` set to None is considered to never expire.
5858
"""
5959
if not self.expiry:

0 commit comments

Comments
 (0)