Update __init__.py

This commit is contained in:
Санжар 2018-03-05 22:28:21 +06:00 committed by GitHub
parent fe627d1970
commit 41ac827a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):