From 559a6f8885599a700d2f464f1b383321f5cff3eb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:02:52 +0000 Subject: [PATCH] chore(docs): update client docstring --- src/asktable/_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asktable/_client.py b/src/asktable/_client.py index 6f5676d5..51d4026a 100644 --- a/src/asktable/_client.py +++ b/src/asktable/_client.py @@ -314,7 +314,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async Asktable client instance. + """Construct a new async AsyncAsktable client instance. This automatically infers the `api_key` argument from the `ASKTABLE_API_KEY` environment variable if it is not provided. """