We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801f1d4 commit 1bf8f45Copy full SHA for 1bf8f45
src/finch/_client.py
@@ -259,8 +259,7 @@ def get_access_token(
259
) -> str:
260
"""Returns an access token for the Finch API given an authorization code.
261
262
- An
263
- authorization code can be obtained by visiting the url returned by
+ An authorization code can be obtained by visiting the url returned by
264
get_auth_url().
265
"""
266
if self.client_id is None:
@@ -555,8 +554,7 @@ async def get_access_token(
555
554
556
557
558
559
560
561
562
0 commit comments