From 9412d18c9676d7a853bbeccdf23e50632d5a0f8a Mon Sep 17 00:00:00 2001 From: wulan17 Date: Mon, 2 Sep 2024 20:20:07 +0700 Subject: [PATCH] pyrofork: fix typos in decorators docs Signed-off-by: wulan17 --- docs/source/api/decorators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/decorators.rst b/docs/source/api/decorators.rst index 6da693699..d08f6cb52 100644 --- a/docs/source/api/decorators.rst +++ b/docs/source/api/decorators.rst @@ -48,7 +48,7 @@ Index - :meth:`~Client.on_chat_member_updated` - :meth:`~Client.on_chat_join_request` - :meth:`~Client.on_deleted_messages` - - :meth:`~Client.on_edited_bot_business_message` + - :meth:`~Client.on_deleted_bot_business_message` - :meth:`~Client.on_user_status` - :meth:`~Client.on_story` - :meth:`~Client.on_poll`