File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ def __init__(
285
285
# part of our public interface in the future.
286
286
_strict_response_validation : bool = False ,
287
287
) -> None :
288
- """Construct a new synchronous cloudflare client instance.
288
+ """Construct a new synchronous Cloudflare client instance.
289
289
290
290
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
291
291
- `api_token` from `CLOUDFLARE_API_TOKEN`
@@ -1074,7 +1074,7 @@ def __init__(
1074
1074
# part of our public interface in the future.
1075
1075
_strict_response_validation : bool = False ,
1076
1076
) -> None :
1077
- """Construct a new async cloudflare client instance.
1077
+ """Construct a new async AsyncCloudflare client instance.
1078
1078
1079
1079
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
1080
1080
- `api_token` from `CLOUDFLARE_API_TOKEN`
You can’t perform that action at this time.
0 commit comments