diff options
author | gvit <gvit@ydb.tech> | 2023-01-26 14:01:29 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2023-01-26 14:01:29 +0300 |
commit | 86ac09a41283ab2540cca94da594a9975eec088b (patch) | |
tree | e26279cc64feca8c54a2bfd9568803d52e66cdfd | |
parent | 6616452c66d12c80632e6dcec3d7861bfd845ba3 (diff) | |
download | ydb-86ac09a41283ab2540cca94da594a9975eec088b.tar.gz |
Change "timeouts.md"
-rw-r--r-- | ydb/docs/en/core/best_practices/_includes/timeouts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/best_practices/_includes/timeouts.md b/ydb/docs/en/core/best_practices/_includes/timeouts.md index daa5682b594..38417b4bd12 100644 --- a/ydb/docs/en/core/best_practices/_includes/timeouts.md +++ b/ydb/docs/en/core/best_practices/_includes/timeouts.md @@ -38,7 +38,7 @@ Timeout usage example: - Python ```python - from kikimr.public.sdk.python import client as ydb + import ydb def execute_in_tx(session, query): settings = ydb.BaseRequestSettings() |