Skip to content

Commit a00fdff

Browse files
chore(docs): update client docstring (#703)
1 parent 84efefd commit a00fdff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lithic/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __init__(
153153
# part of our public interface in the future.
154154
_strict_response_validation: bool = False,
155155
) -> None:
156-
"""Construct a new synchronous lithic client instance.
156+
"""Construct a new synchronous Lithic client instance.
157157
158158
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
159159
- `api_key` from `LITHIC_API_KEY`
@@ -453,7 +453,7 @@ def __init__(
453453
# part of our public interface in the future.
454454
_strict_response_validation: bool = False,
455455
) -> None:
456-
"""Construct a new async lithic client instance.
456+
"""Construct a new async AsyncLithic client instance.
457457
458458
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
459459
- `api_key` from `LITHIC_API_KEY`

0 commit comments

Comments
 (0)