Removed redundant spaces in bot.py

This commit is contained in:
Suren Khorenyan 2018-02-17 20:08:38 +03:00
parent 26b5f4ebb3
commit 4957596ce3

View file

@ -492,7 +492,7 @@ class Bot(BaseBot):
Source: https://core.telegram.org/bots/api#sendmediagroup
:param chat_id: Unique identifier for the target chat or username of the target channel
:param chat_id: Unique identifier for the target chat or username of the target channel
:type chat_id: :obj:`typing.Union[base.Integer, base.String]`
:param media: A JSON-serialized array describing photos and videos to be sent
:type media: :obj:`typing.Union[types.MediaGroup, typing.List]`