Skip to content

Commit dc978e5

Browse files
authored
Update example.py
1 parent ff44083 commit dc978e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/static-credentials/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo
2929
ca_path (str): Path to CA cert
3030
3131
Notes:
32-
The argument `root_certificates` of the function `ydb.DriverConfig` takes the content of the cluster's root certificate for connecting to cluster nodes via TLS.
32+
The argument `root_certificates` of the function `ydb.DriverConfig` takes the content of the cluster's root certificate
33+
for connecting to cluster nodes via TLS.
3334
Note that the VM from which you are connecting must be in the cluster's domain for which the CA certificate is issued.
3435
"""
35-
3636
driver_config = ydb.DriverConfig(
3737
endpoint=endpoint,
3838
database=database,

0 commit comments

Comments
 (0)