Skip to content

Commit b72546a

Browse files
chore(docs): update client docstring (#610)
1 parent 9db4456 commit b72546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/finch/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def __init__(
368368
# part of our public interface in the future.
369369
_strict_response_validation: bool = False,
370370
) -> None:
371-
"""Construct a new async Finch client instance.
371+
"""Construct a new async AsyncFinch client instance.
372372
373373
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
374374
- `client_id` from `FINCH_CLIENT_ID`

0 commit comments

Comments
 (0)