File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments