[docs] fix some minor reST markup issues in the doc-string (#6646)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2026-09-04 11:18:59 +02:00
committed by GitHub
parent 03c439a5b9
commit 15a91992e4
3 changed files with 4 additions and 4 deletions

View File

@@ -77,10 +77,10 @@ notifications, but only as a fallback -- a request whose own locale matches
``kk``, ``uk``, ``tr`` or ``en``."""
region: str = ""
"""Optional Yandex `region id`.
"""Optional Yandex `region id`_.
Only meaningful together with ``SEARCH_TYPE_RU``.
__ https://aistudio.yandex.ru/docs/en/search-api/reference/regions.html
.. _region id: https://aistudio.yandex.ru/docs/en/search-api/reference/regions.html
"""
page_size: int = 10