mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 08:37:07 +01:00
Merge pull request #271 from Djaler/master
Fix Bot.getUpdates() docstring
This commit is contained in:
commit
4ba5fbf4f5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue