Skip to content

Commit 62c00f2

Browse files
chore(docs): update client docstring (#559)
1 parent e4c8072 commit 62c00f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/runloop_api_client/_client.py

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

0 commit comments

Comments
 (0)