diff --git a/ydb/driver.py b/ydb/driver.py index 12b8519b..98864980 100644 --- a/ydb/driver.py +++ b/ydb/driver.py @@ -160,7 +160,7 @@ def __init__( :param grpc_keep_alive_timeout: GRpc KeepAlive timeout, ms :param ydb.Tracer tracer: ydb.Tracer instance to trace requests in driver.\ If tracing aio ScopeManager must be ContextVarsScopeManager - :param grpc_lb_policy_name: A load balancing policy to be used for discovery channel construction. Default value is `round_round` + :param grpc_lb_policy_name: A load balancing policy to be used for discovery channel construction. Default value is `round_robin` :param discovery_request_timeout: A default timeout to complete the discovery. The default value is 10 seconds. :param disable_discovery: If True, endpoint discovery is disabled and only the start endpoint is used for all requests. :param detect_local_dc: If True, detect nearest datacenter using TCP latency measurement instead of using\