From fb6a9af9faab472699bfe9dc9e7ccac3c92b2c2e Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 7 Sep 2017 20:44:06 +0300 Subject: [PATCH] Fix sphinx warning. Unknown interpreted text role "method". --- aiogram/dispatcher/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/dispatcher/webhook.py b/aiogram/dispatcher/webhook.py index a52ae618..a4fa604b 100644 --- a/aiogram/dispatcher/webhook.py +++ b/aiogram/dispatcher/webhook.py @@ -264,7 +264,7 @@ class ReplyToMixin: class SendMessage(BaseResponse, ReplyToMixin): """ You can send message with webhook by using this instance of this object. - All arguments is equal with :method:`Bot.send_message` method. + All arguments is equal with Bot.send_message method. """ __slots__ = ('chat_id', 'text', 'parse_mode',