mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 06:50:29 +01:00
Minor pep8 fix
This commit is contained in:
parent
93afd3eabe
commit
5eb4f8e5cd
1 changed files with 4 additions and 4 deletions
|
@ -667,10 +667,10 @@ class Bot(TelegramObject):
|
||||||
Timeout in seconds for long polling. Defaults to 0, i.e. usual
|
Timeout in seconds for long polling. Defaults to 0, i.e. usual
|
||||||
short polling.
|
short polling.
|
||||||
network_delay:
|
network_delay:
|
||||||
Additional timeout in seconds to allow the response from Telegram to
|
Additional timeout in seconds to allow the response from Telegram
|
||||||
take some time when using long polling. Defaults to 2, which should
|
to take some time when using long polling. Defaults to 2, which
|
||||||
be enough for most connections. Increase it if it takes very long
|
should be enough for most connections. Increase it if it takes very
|
||||||
for data to be transmitted from and to the Telegram servers.
|
long for data to be transmitted from and to the Telegram servers.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A list of telegram.Update objects are returned.
|
A list of telegram.Update objects are returned.
|
||||||
|
|
Loading…
Reference in a new issue