diff --git a/src/cloudflare/_client.py b/src/cloudflare/_client.py index fe72ce537f8..751377aa1a7 100644 --- a/src/cloudflare/_client.py +++ b/src/cloudflare/_client.py @@ -285,7 +285,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new synchronous cloudflare client instance. + """Construct a new synchronous Cloudflare client instance. This automatically infers the following arguments from their corresponding environment variables if they are not provided: - `api_token` from `CLOUDFLARE_API_TOKEN` @@ -1074,7 +1074,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async cloudflare client instance. + """Construct a new async AsyncCloudflare client instance. This automatically infers the following arguments from their corresponding environment variables if they are not provided: - `api_token` from `CLOUDFLARE_API_TOKEN`