We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f7b26 commit 1c9465fCopy full SHA for 1c9465f
python/feldera/rest/feldera_client.py
@@ -54,8 +54,8 @@ def __init__(
54
:param api_key: The optional API key for Feldera
55
:param timeout: (optional) The amount of time in seconds that the
56
client will wait for a response before timing out.
57
- :param timeout: (optional) The amount of time in seconds that the
58
- client will wait to establish connection before timing out.
+ :param connection_timeout: (optional) The amount of time in seconds that
+ the client will wait to establish connection before timing out.
59
:param requests_verify: The `verify` parameter passed to the requests
60
library. `True` by default.
61
"""
0 commit comments