Fix sphinx warning.

Unknown interpreted text role "method".
This commit is contained in:
Alex Root Junior 2017-09-07 20:44:06 +03:00
parent 4771368cb0
commit fb6a9af9fa

View file

@ -264,7 +264,7 @@ class ReplyToMixin:
class SendMessage(BaseResponse, ReplyToMixin): class SendMessage(BaseResponse, ReplyToMixin):
""" """
You can send message with webhook by using this instance of this object. 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', __slots__ = ('chat_id', 'text', 'parse_mode',