Skip to content

Commit 2bae32b

Browse files
chore(docs): update client docstring (#610)
1 parent 5df7857 commit 2bae32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/finch/_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def __init__(
435435
# part of our public interface in the future.
436436
_strict_response_validation: bool = False,
437437
) -> None:
438-
"""Construct a new async Finch client instance.
438+
"""Construct a new async AsyncFinch client instance.
439439
440440
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
441441
- `client_id` from `FINCH_CLIENT_ID`

0 commit comments

Comments
 (0)