Skip to content

Commit

Permalink
chore(docs): update client docstring (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 28, 2025
1 parent b7ee94c commit 33e4b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lumaai/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new synchronous lumaai client instance.
"""Construct a new synchronous LumaAI client instance.
This automatically infers the `auth_token` argument from the `LUMAAI_API_KEY` environment variable if it is not provided.
"""
Expand Down Expand Up @@ -242,7 +242,7 @@ def __init__(
# part of our public interface in the future.
_strict_response_validation: bool = False,
) -> None:
"""Construct a new async lumaai client instance.
"""Construct a new async AsyncLumaAI client instance.
This automatically infers the `auth_token` argument from the `LUMAAI_API_KEY` environment variable if it is not provided.
"""
Expand Down

0 comments on commit 33e4b1c

Please sign in to comment.