Docs: Fix annotations (#1634)

* Docs: Fix annotations

* Add file CHANGES/1634.doc.rst
This commit is contained in:
YóUnǎi 2025-02-16 23:37:40 +03:00 committed by GitHub
parent d8b9ce1be9
commit 7b07338851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

1
CHANGES/1634.doc.rst Normal file
View file

@ -0,0 +1 @@
Update :code:`data: Dict[Any, str]` to :code:`data: Dict[str, Any]`

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. 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 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. 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 " "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, " "it. The initializer accepts the incoming event and all contextual data, "
"which can be accessed from the handler through attributes: :code:`event: " "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 "" msgstr ""
"Цей клас також має ініціалізатор за замовчуванням, і вам не потрібно його" "Цей клас також має ініціалізатор за замовчуванням, і вам не потрібно його"
" змінювати. Ініціалізатор приймає поточну подію та всі контекстні дані, " " змінювати. Ініціалізатор приймає поточну подію та всі контекстні дані, "
"доступ до яких можна отримати з обробника через атрибути: :code:`event: " "доступ до яких можна отримати з обробника через атрибути: :code:`event: "
"TelegramEvent` and :code:`data: Dict[Any, str]`" "TelegramEvent` and :code:`data: Dict[str, Any]`"
#: ../../dispatcher/class_based_handlers/base.rst:17 #: ../../dispatcher/class_based_handlers/base.rst:17
#, fuzzy #, fuzzy