File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def __init__(
7474 # part of our public interface in the future.
7575 _strict_response_validation : bool = False ,
7676 ) -> None :
77- """Construct a new synchronous runloop client instance.
77+ """Construct a new synchronous Runloop client instance.
7878
7979 This automatically infers the `bearer_token` argument from the `RUNLOOP_API_KEY` environment variable if it is not provided.
8080 """
@@ -252,7 +252,7 @@ def __init__(
252252 # part of our public interface in the future.
253253 _strict_response_validation : bool = False ,
254254 ) -> None :
255- """Construct a new async runloop client instance.
255+ """Construct a new async AsyncRunloop client instance.
256256
257257 This automatically infers the `bearer_token` argument from the `RUNLOOP_API_KEY` environment variable if it is not provided.
258258 """
You can’t perform that action at this time.
0 commit comments