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 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.