aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgvit <gvit@ydb.tech>2023-01-26 13:51:49 +0300
committergvit <gvit@ydb.tech>2023-01-26 13:51:49 +0300
commit6616452c66d12c80632e6dcec3d7861bfd845ba3 (patch)
tree7aa76509d0b710dff6a2b6e6efbb5ae180a0a4ac
parentf18c1421eed5c48fe4fee5bebf8bb933864d4194 (diff)
downloadydb-6616452c66d12c80632e6dcec3d7861bfd845ba3.tar.gz
Change "timeouts.md"
-rw-r--r--ydb/docs/ru/core/best_practices/_includes/timeouts.md2
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()