Skip to content

Commit

Permalink
Small documentation fix (#815)
Browse files Browse the repository at this point in the history
Fixes #799
  • Loading branch information
Yii Kuo Chong authored and tsnoam committed Sep 7, 2017
1 parent 6012fa6 commit e39b6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/bot.py
Expand Up @@ -78,7 +78,7 @@ class Bot(TelegramObject):
token (:obj:`str`): Bot's unique authentication.
base_url (:obj:`str`, optional): Telegram Bot API service URL.
base_file_url (:obj:`str`, optional): Telegram Bot API file URL.
request (:obj:`telegram.utils.Request`, optional): Pre initialized
request (:obj:`telegram.utils.request.Request`, optional): Pre initialized
:obj:`telegram.utils.Request`.
"""
Expand Down

0 comments on commit e39b6ab

Please sign in to comment.