From edfdf9d143279aec29e7034a67163d6a956cd972 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 14 Sep 2018 15:34:00 +0200 Subject: [PATCH] Small docstring fixes --- pyrogram/client/filters/filters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index a573c875..79ab0f5f 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -245,7 +245,7 @@ class Filters: Args: users (``int`` | ``str`` | ``list``): - Pass one or more user ids/usernames to filter the users. + Pass one or more user ids/usernames to filter users. Defaults to None (no users). """ @@ -274,7 +274,7 @@ class Filters: Args: chats (``int`` | ``str`` | ``list``): - Pass one or more chat ids/usernames to filter the chats. + Pass one or more chat ids/usernames to filter chats. Defaults to None (no chats). """