Minor pep8 fix

This commit is contained in:
leandrotoledo 2015-11-10 20:31:51 -02:00
parent 93afd3eabe
commit 5eb4f8e5cd

View file

@ -667,10 +667,10 @@ class Bot(TelegramObject):
Timeout in seconds for long polling. Defaults to 0, i.e. usual
short polling.
network_delay:
Additional timeout in seconds to allow the response from Telegram to
take some time when using long polling. Defaults to 2, which should
be enough for most connections. Increase it if it takes very long
for data to be transmitted from and to the Telegram servers.
Additional timeout in seconds to allow the response from Telegram
to take some time when using long polling. Defaults to 2, which
should be enough for most connections. Increase it if it takes very
long for data to be transmitted from and to the Telegram servers.
Returns:
A list of telegram.Update objects are returned.