Skip to content

Commit 235e2b4

Browse files
chore(docs): update client docstring (#117)
1 parent e356271 commit 235e2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lumaai/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
# part of our public interface in the future.
7171
_strict_response_validation: bool = False,
7272
) -> None:
73-
"""Construct a new synchronous lumaai client instance.
73+
"""Construct a new synchronous LumaAI client instance.
7474
7575
This automatically infers the `auth_token` argument from the `LUMAAI_API_KEY` environment variable if it is not provided.
7676
"""
@@ -242,7 +242,7 @@ def __init__(
242242
# part of our public interface in the future.
243243
_strict_response_validation: bool = False,
244244
) -> None:
245-
"""Construct a new async lumaai client instance.
245+
"""Construct a new async AsyncLumaAI client instance.
246246
247247
This automatically infers the `auth_token` argument from the `LUMAAI_API_KEY` environment variable if it is not provided.
248248
"""

0 commit comments

Comments
 (0)