Skip to content

Commit 1bf8f45

Browse files
docs: improve formatting (#229)
1 parent 801f1d4 commit 1bf8f45

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/finch/_client.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ def get_access_token(
259259
) -> str:
260260
"""Returns an access token for the Finch API given an authorization code.
261261
262-
An
263-
authorization code can be obtained by visiting the url returned by
262+
An authorization code can be obtained by visiting the url returned by
264263
get_auth_url().
265264
"""
266265
if self.client_id is None:
@@ -555,8 +554,7 @@ async def get_access_token(
555554
) -> str:
556555
"""Returns an access token for the Finch API given an authorization code.
557556
558-
An
559-
authorization code can be obtained by visiting the url returned by
557+
An authorization code can be obtained by visiting the url returned by
560558
get_auth_url().
561559
"""
562560
if self.client_id is None:

0 commit comments

Comments
 (0)