File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments