Better wording

This commit is contained in:
Lonami 2018-10-28 10:50:54 +01:00 committed by GitHub
parent a6fc3e6c0c
commit c6c241d4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,12 +89,8 @@ class TelegramBaseClient(abc.ABC):
retries, but this is not recommended, since the program can retries, but this is not recommended, since the program can
get stuck in an infinite loop. get stuck in an infinite loop.
retry_delay (`float`, optional): retry_delay (`int` | `float`, optional):
The delay should wait between each retry in seconds, either The delay in seconds to sleep between automatic reconnections.
on the initial connection or when Telegram disconnects us
or when sending requests.
May be set to a false-y value (``0`` or ``None``) for no delays.
auto_reconnect (`bool`, optional): auto_reconnect (`bool`, optional):
Whether reconnection should be retried `connection_retries` Whether reconnection should be retried `connection_retries`