File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def __init__(
88
88
# part of our public interface in the future.
89
89
_strict_response_validation : bool = False ,
90
90
) -> None :
91
- """Construct a new synchronous anthropic client instance.
91
+ """Construct a new synchronous Anthropic client instance.
92
92
93
93
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
94
94
- `api_key` from `ANTHROPIC_API_KEY`
@@ -314,7 +314,7 @@ def __init__(
314
314
# part of our public interface in the future.
315
315
_strict_response_validation : bool = False ,
316
316
) -> None :
317
- """Construct a new async anthropic client instance.
317
+ """Construct a new async AsyncAnthropic client instance.
318
318
319
319
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
320
320
- `api_key` from `ANTHROPIC_API_KEY`
You can’t perform that action at this time.
0 commit comments