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. """