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