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 @@ -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 """
You can’t perform that action at this time.
0 commit comments