Skip to content

Commit

Permalink
Minor typo fix (Accoutning -> Accounting) (#22)
Browse files Browse the repository at this point in the history
AuthClient's docstring had a minor typo
  • Loading branch information
nicholas-ramsey authored Sep 10, 2020
1 parent 6a40386 commit 058eedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intuitlib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)

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

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):
Expand Down

0 comments on commit 058eedf

Please sign in to comment.