mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 22:45:09 +01:00
Fix Bot.getUpdates() docstring
This commit is contained in:
parent
6e5302c089
commit
4b0be65a76
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