Fix Bot.getUpdates() docstring

This commit is contained in:
Djaler 2016-05-01 15:25:07 +03:00
parent 6e5302c089
commit 4b0be65a76

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: