diff --git a/src/finch/_client.py b/src/finch/_client.py index 404f7fa4..45a3b410 100644 --- a/src/finch/_client.py +++ b/src/finch/_client.py @@ -259,8 +259,7 @@ def get_access_token( ) -> str: """Returns an access token for the Finch API given an authorization code. - An - authorization code can be obtained by visiting the url returned by + An authorization code can be obtained by visiting the url returned by get_auth_url(). """ if self.client_id is None: @@ -555,8 +554,7 @@ async def get_access_token( ) -> str: """Returns an access token for the Finch API given an authorization code. - An - authorization code can be obtained by visiting the url returned by + An authorization code can be obtained by visiting the url returned by get_auth_url(). """ if self.client_id is None: