Skip to content

Commit bd32b9f

Browse files
authored
Update example.py
1 parent d8d3119 commit bd32b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/static-credentials/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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
32+
The argument `root_certificates` of the function `ydb.DriverConfig` takes the content of the cluster's root certificate
3333
for connecting to cluster nodes via TLS.
3434
Note that the VM from which you are connecting must be in the cluster's domain for which the CA certificate is issued.
3535
"""

0 commit comments

Comments
 (0)