bot.Bot: fix class docstring

This commit is contained in:
Noam Meltzer 2016-04-26 17:43:35 +03:00
parent 0e34c0395f
commit a686db2c6f

View file

@ -43,11 +43,9 @@ class Bot(TelegramObject):
Args:
token (str): Bot's unique authentication.
**kwargs: Arbitrary keyword arguments.
Keyword Args:
base_url (Optional[str]): Telegram Bot API service URL.
base_file_url (Optional[str]): Telegram Bot API file URL.
"""
def __init__(self,