diff --git a/telethon/events/__init__.py b/telethon/events/__init__.py index a3c4774e..9a034ced 100644 --- a/telethon/events/__init__.py +++ b/telethon/events/__init__.py @@ -37,7 +37,7 @@ class _EventBuilder(abc.ABC): only matching chats will be handled. blacklist_chats (:obj:`bool`, optional): - Whether to treat the the list of chats as a blacklist (if + Whether to treat the list of chats as a blacklist (if it matches it will NOT be handled) or a whitelist (default). """ def __init__(self, chats=None, blacklist_chats=False):