Add some small formatting

This commit is contained in:
Painor 2018-10-26 10:18:48 +01:00
parent fd5a3d5f9a
commit a6fc3e6c0c

View File

@ -93,6 +93,7 @@ class TelegramBaseClient(abc.ABC):
The delay should wait between each retry in seconds, either The delay should wait between each retry in seconds, either
on the initial connection or when Telegram disconnects us on the initial connection or when Telegram disconnects us
or when sending requests. or when sending requests.
May be set to a false-y value (``0`` or ``None``) for no delays. May be set to a false-y value (``0`` or ``None``) for no delays.
auto_reconnect (`bool`, optional): auto_reconnect (`bool`, optional):