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 @@ -202,7 +202,7 @@ def __init__(
202202 # part of our public interface in the future.
203203 _strict_response_validation : bool = False ,
204204 ) -> None :
205- """Construct a new synchronous increase client instance.
205+ """Construct a new synchronous Increase client instance.
206206
207207 This automatically infers the following arguments from their corresponding environment variables if they are not provided:
208208 - `api_key` from `INCREASE_API_KEY`
@@ -575,7 +575,7 @@ def __init__(
575575 # part of our public interface in the future.
576576 _strict_response_validation : bool = False ,
577577 ) -> None :
578- """Construct a new async increase client instance.
578+ """Construct a new async AsyncIncrease client instance.
579579
580580 This automatically infers the following arguments from their corresponding environment variables if they are not provided:
581581 - `api_key` from `INCREASE_API_KEY`
You can’t perform that action at this time.
0 commit comments