Skip to content

Commit d21b7db

Browse files
committed
fix list tabs
1 parent 8c87a99 commit d21b7db

File tree

2 files changed

+6
-0
lines changed
  • ydb/docs

2 files changed

+6
-0
lines changed

ydb/docs/en/core/dev/example-app/python/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ App code snippet for driver initialization:
6363

6464
App code snippet for session pool initialization:
6565

66+
{% list tabs %}
67+
6668
- Synchronous
6769

6870
```python

ydb/docs/ru/core/dev/example-app/python/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ python3 -m pip install iso8601
5959
exit(1)
6060
```
6161

62+
{% endlist %}
63+
6264
Фрагмент кода приложения для создания пуля сессий:
6365

66+
{% list tabs %}
67+
6468
- Синхронный
6569

6670
```python

0 commit comments

Comments
 (0)