Skip to content

Commit bb860bc

Browse files
chore(docs): update client docstring (#11)
1 parent 7e625b2 commit bb860bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/isaacus/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(
6767
# part of our public interface in the future.
6868
_strict_response_validation: bool = False,
6969
) -> None:
70-
"""Construct a new synchronous isaacus client instance.
70+
"""Construct a new synchronous Isaacus client instance.
7171
7272
This automatically infers the `api_key` argument from the `ISAACUS_API_KEY` environment variable if it is not provided.
7373
"""
@@ -235,7 +235,7 @@ def __init__(
235235
# part of our public interface in the future.
236236
_strict_response_validation: bool = False,
237237
) -> None:
238-
"""Construct a new async isaacus client instance.
238+
"""Construct a new async AsyncIsaacus client instance.
239239
240240
This automatically infers the `api_key` argument from the `ISAACUS_API_KEY` environment variable if it is not provided.
241241
"""

0 commit comments

Comments
 (0)