8000 chore(docs): update client docstring (#887) · anthropics/anthropic-sdk-python@4d3ec5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d3ec5e

Browse files
chore(docs): update client docstring (#887)
1 parent 312364b commit 4d3ec5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/anthropic/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)
0