Skip to content

Commit f172521

Browse files
chore(docs): update client docstring (#38)
1 parent 12dcfa6 commit f172521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zeroentropy/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(
8181
# part of our public interface in the future.
8282
_strict_response_validation: bool = False,
8383
) -> None:
84-
"""Construct a new synchronous zeroentropy client instance.
84+
"""Construct a new synchronous ZeroEntropy client instance.
8585
8686
This automatically infers the `api_key` argument from the `ZEROENTROPY_API_KEY` environment variable if it is not provided.
8787
"""
@@ -259,7 +259,7 @@ def __init__(
259259
# part of our public interface in the future.
260260
_strict_response_validation: bool = False,
261261
) -> None:
262-
"""Construct a new async zeroentropy client instance.
262+
"""Construct a new async AsyncZeroEntropy client instance.
263263
264264
This automatically infers the `api_key` argument from the `ZEROENTROPY_API_KEY` environment variable if it is not provided.
265265
"""

0 commit comments

Comments
 (0)