Skip to content

Commit 058eedf

Browse files
Minor typo fix (Accoutning -> Accounting) (#22)
AuthClient's docstring had a minor typo
1 parent 6a40386 commit 058eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intuitlib/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828

2929
class AuthClient(requests.Session):
30-
"""Handles OAuth 2.0 and OpenID Connect flows to get access to User Info API, Accoutning APIs and Payments APIs
30+
"""Handles OAuth 2.0 and OpenID Connect flows to get access to User Info API, Accounting APIs and Payments APIs
3131
"""
3232

3333
def __init__(self, client_id, client_secret, redirect_uri, environment, state_token=None, access_token=None, refresh_token=None, id_token=None, realm_id=None):

0 commit comments

Comments
 (0)