Merge pull request #271 from Djaler/master

Fix Bot.getUpdates() docstring
This commit is contained in:
Rahiel Kasim 2016-05-01 14:31:23 +02:00
commit 4ba5fbf4f5

View file

@ -1293,7 +1293,7 @@ class Bot(TelegramObject):
long for data to be transmitted from and to the Telegram servers.
Returns:
list[:class:`telegram.Message`]: A list of :class:`telegram.Update`
list[:class:`telegram.Update`]: A list of :class:`telegram.Update`
objects are returned.
Raises: