From e814768e4028b4931786d5b9975ee343e6952e32 Mon Sep 17 00:00:00 2001 From: oDepleted <114532730+oDepleted@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:28:29 +1300 Subject: [PATCH] Fixed typo --- aiogoogle/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogoogle/client.py b/aiogoogle/client.py index 132bd1a..a7bd148 100644 --- a/aiogoogle/client.py +++ b/aiogoogle/client.py @@ -36,7 +36,7 @@ class Aiogoogle: api_key (aiogoogle.auth.creds.ApiKey): Google API key - user_creds (aiogoogle.auth.creds.UserCreds): OAuth2 cser credentials + user_creds (aiogoogle.auth.creds.UserCreds): OAuth2 user credentials client_creds (aiogoogle.auth.creds.ClientCreds): OAuth2 client credentials