Docs: Fix annotations

This commit is contained in:
YóUnǎi 2025-01-22 04:01:10 +03:00
parent 6e81294685
commit 9bac6b01f2
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ By default you will need to override only method :code:`async def handle(self) -
This class also has a default initializer and you don't need to change it.
The initializer accepts the incoming event and all contextual data, which
can be accessed from the handler through attributes: :code:`event: TelegramEvent` and :code:`data: Dict[Any, str]`
can be accessed from the handler through attributes: :code:`event: TelegramEvent` and :code:`data: Dict[str, Any]`
If an instance of the bot is specified in context data or current context it can be accessed through *bot* class attribute.

View file

@ -47,12 +47,12 @@ msgid ""
"This class also has a default initializer and you don't need to change "
"it. The initializer accepts the incoming event and all contextual data, "
"which can be accessed from the handler through attributes: :code:`event: "
"TelegramEvent` and :code:`data: Dict[Any, str]`"
"TelegramEvent` and :code:`data: Dict[str, Any]`"
msgstr ""
"Цей клас також має ініціалізатор за замовчуванням, і вам не потрібно його"
" змінювати. Ініціалізатор приймає поточну подію та всі контекстні дані, "
"доступ до яких можна отримати з обробника через атрибути: :code:`event: "
"TelegramEvent` and :code:`data: Dict[Any, str]`"
"TelegramEvent` and :code:`data: Dict[str, Any]`"
#: ../../dispatcher/class_based_handlers/base.rst:17
#, fuzzy