diff options
author | gvit <gvit@ydb.tech> | 2023-01-26 13:51:49 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2023-01-26 13:51:49 +0300 |
commit | 6616452c66d12c80632e6dcec3d7861bfd845ba3 (patch) | |
tree | 7aa76509d0b710dff6a2b6e6efbb5ae180a0a4ac | |
parent | f18c1421eed5c48fe4fee5bebf8bb933864d4194 (diff) | |
download | ydb-6616452c66d12c80632e6dcec3d7861bfd845ba3.tar.gz |
Change "timeouts.md"
-rw-r--r-- | ydb/docs/ru/core/best_practices/_includes/timeouts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/ru/core/best_practices/_includes/timeouts.md b/ydb/docs/ru/core/best_practices/_includes/timeouts.md index 14eb38453a7..feff8c55a1f 100644 --- a/ydb/docs/ru/core/best_practices/_includes/timeouts.md +++ b/ydb/docs/ru/core/best_practices/_includes/timeouts.md @@ -38,7 +38,7 @@ description: 'Значение operation_timeout определяет время - Python ```python - from kikimr.public.sdk.python import client as ydb + import ydb def execute_in_tx(session, query): settings = ydb.BaseRequestSettings() |