From 31d17b23cd8e0b86373f6005b9ae2dbe0864909e Mon Sep 17 00:00:00 2001 From: Lonami Date: Tue, 21 Aug 2018 17:13:42 +0200 Subject: [PATCH] Style --- telethon/client/chats.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/telethon/client/chats.py b/telethon/client/chats.py index eabfdfe8..9d0d27aa 100644 --- a/telethon/client/chats.py +++ b/telethon/client/chats.py @@ -25,9 +25,9 @@ class ChatMethods(UserMethods): search (`str`, optional): Look for participants with this string in name/username. - + If ``aggressive is True``, the symbols from this string will - be used + be used. filter (:tl:`ChannelParticipantsFilter`, optional): The filter to be used, if you want e.g. only admins @@ -93,7 +93,7 @@ class ChatMethods(UserMethods): offset=0, limit=200, hash=0 - ) for x in search or range(ord('a'), ord('z') + 1)] + ) for x in (search or range(ord('a'), ord('z') + 1))] else: requests = [functions.channels.GetParticipantsRequest( channel=entity,