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__(
8888 # part of our public interface in the future.
8989 _strict_response_validation : bool = False ,
9090 ) -> None :
91- """Construct a new synchronous anthropic client instance.
91+ """Construct a new synchronous Anthropic client instance.
9292
9393 This automatically infers the following arguments from their corresponding environment variables if they are not provided:
9494 - `api_key` from `ANTHROPIC_API_KEY`
@@ -314,7 +314,7 @@ def __init__(
314314 # part of our public interface in the future.
315315 _strict_response_validation : bool = False ,
316316 ) -> None :
317- """Construct a new async anthropic client instance.
317+ """Construct a new async AsyncAnthropic client instance.
318318
319319 This automatically infers the following arguments from their corresponding environment variables if they are not provided:
320320 - `api_key` from `ANTHROPIC_API_KEY`
You can’t perform that action at this time.
0 commit comments