From c96dda75bd247a4bc60841dd917394f25fdfaade Mon Sep 17 00:00:00 2001 From: Andrebcd4 <45767571+Andrebcd4@users.noreply.github.com> Date: Tue, 24 Sep 2019 12:34:55 +0300 Subject: [PATCH] Update telethon/client/telegrambaseclient.py Co-Authored-By: Lonami --- telethon/client/telegrambaseclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/client/telegrambaseclient.py b/telethon/client/telegrambaseclient.py index 568a2bb6..b0882e6c 100644 --- a/telethon/client/telegrambaseclient.py +++ b/telethon/client/telegrambaseclient.py @@ -118,7 +118,7 @@ class TelegramBaseClient(abc.ABC): flood_sleep_threshold (`int` | `float`, optional): The threshold below which the library should automatically - sleep on flood wait and slowmode wait errors (inclusive). For instance, if a + sleep on flood wait and slow mode wait errors (inclusive). For instance, if a ``FloodWaitError`` for 17s occurs and `flood_sleep_threshold` is 20s, the library will ``sleep`` automatically. If the error was for 21s, it would ``raise FloodWaitError`` instead. Values