Skip to content

Commit 4cdb976

Browse files
chore(docs): update client docstring (#989)
1 parent 2e77ad2 commit 4cdb976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/increase/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)