From 65897b3897ca6fa1a6c426c713338b89456d12ff Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:48:12 +0000 Subject: [PATCH] chore(docs): update client docstring --- src/prelude_python_sdk/_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prelude_python_sdk/_client.py b/src/prelude_python_sdk/_client.py index e7706c8..e2ad734 100644 --- a/src/prelude_python_sdk/_client.py +++ b/src/prelude_python_sdk/_client.py @@ -241,7 +241,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async Prelude client instance. + """Construct a new async AsyncPrelude client instance. This automatically infers the `api_token` argument from the `API_TOKEN` environment variable if it is not provided. """