Skip to content

Commit ef1ee6e

Browse files
chore(docs): update client docstring (#55)
1 parent 4162888 commit ef1ee6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contextual/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
# part of our public interface in the future.
8686
_strict_response_validation: bool = False,
8787
) -> None:
88-
"""Construct a new synchronous Contextual AI client instance.
88+
"""Construct a new synchronous ContextualAI client instance.
8989
9090
This automatically infers the `api_key` argument from the `CONTEXTUAL_API_KEY` environment variable if it is not provided.
9191
"""
@@ -276,7 +276,7 @@ def __init__(
276276
# part of our public interface in the future.
277277
_strict_response_validation: bool = False,
278278
) -> None:
279-
"""Construct a new async Contextual AI client instance.
279+
"""Construct a new async AsyncContextualAI client instance.
280280
281281
This automatically infers the `api_key` argument from the `CONTEXTUAL_API_KEY` environment variable if it is not provided.
282282
"""

0 commit comments

Comments
 (0)