Skip to content

Commit b41543a

Browse files
chore(docs): update client docstring (#71)
1 parent 08062c4 commit b41543a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/brainbase/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(
7676
# part of our public interface in the future.
7777
_strict_response_validation: bool = False,
7878
) -> None:
79-
"""Construct a new synchronous brainbase client instance.
79+
"""Construct a new synchronous Brainbase client instance.
8080
8181
This automatically infers the `api_key` argument from the `API_KEY` environment variable if it is not provided.
8282
"""
@@ -244,7 +244,7 @@ def __init__(
244244
# part of our public interface in the future.
245245
_strict_response_validation: bool = False,
246246
) -> None:
247-
"""Construct a new async brainbase client instance.
247+
"""Construct a new async AsyncBrainbase client instance.
248248
249249
This automatically infers the `api_key` argument from the `API_KEY` environment variable if it is not provided.
250250
"""

0 commit comments

Comments
 (0)