Skip to content

Commit f85a8de

Browse files
authored
chore: Fix typo (#913)
1 parent ee8fd70 commit f85a8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
AccessTokenInfo = collections.namedtuple('AccessTokenInfo', ['access_token', 'expiry'])
3838
"""Data included in an OAuth2 access token.
3939
40-
Contains the access token string and the expiry time. The expirty time is exposed as a
40+
Contains the access token string and the expiry time. The expiry time is exposed as a
4141
``datetime`` value.
4242
"""
4343

0 commit comments

Comments
 (0)