diff --git a/tqdm/contrib/discord.py b/tqdm/contrib/discord.py index cc21af71..c7dd1a03 100644 --- a/tqdm/contrib/discord.py +++ b/tqdm/contrib/discord.py @@ -49,7 +49,7 @@ class DiscordIO(MonoWorker): class tqdm_discord(tqdm_auto): """ Standard `tqdm.auto.tqdm` but also sends updates to a Discord bot. - May take a few seconds to create (`__init__`) and clear (`__del__`). + May take a few seconds to create (`__init__`). >>> from tqdm.contrib.discord import tqdm, trange >>> for i in tqdm( diff --git a/tqdm/contrib/telegram.py b/tqdm/contrib/telegram.py index e469caef..f0ba7a2c 100644 --- a/tqdm/contrib/telegram.py +++ b/tqdm/contrib/telegram.py @@ -57,7 +57,7 @@ class TelegramIO(MonoWorker): class tqdm_telegram(tqdm_auto): """ Standard `tqdm.auto.tqdm` but also sends updates to a Telegram bot. - May take a few seconds to create (`__init__`) and clear (`__del__`). + May take a few seconds to create (`__init__`). >>> from tqdm.contrib.telegram import tqdm, trange >>> for i in tqdm(