Skip to content

Commit 7152d0d

Browse files
chore(docs): update client docstring (#2483)
1 parent add19fe commit 7152d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cloudflare/_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def __init__(
285285
# part of our public interface in the future.
286286
_strict_response_validation: bool = False,
287287
) -> None:
288-
"""Construct a new synchronous cloudflare client instance.
288+
"""Construct a new synchronous Cloudflare client instance.
289289
290290
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
291291
- `api_token` from `CLOUDFLARE_API_TOKEN`
@@ -1074,7 +1074,7 @@ def __init__(
10741074
# part of our public interface in the future.
10751075
_strict_response_validation: bool = False,
10761076
) -> None:
1077-
"""Construct a new async cloudflare client instance.
1077+
"""Construct a new async AsyncCloudflare client instance.
10781078
10791079
This automatically infers the following arguments from their corresponding environment variables if they are not provided:
10801080
- `api_token` from `CLOUDFLARE_API_TOKEN`

0 commit comments

Comments
 (0)