From 41ac827a46dc8200da03148cb2dfe454916ef5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BD=D0=B6=D0=B0=D1=80?= Date: Mon, 5 Mar 2018 22:28:21 +0600 Subject: [PATCH] Update __init__.py --- telethon/events/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/events/__init__.py b/telethon/events/__init__.py index 5c0f2d07..8bd92c97 100644 --- a/telethon/events/__init__.py +++ b/telethon/events/__init__.py @@ -36,7 +36,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):