From 80726784e57a4e424a84eb0745a3e44b6364bf0a Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 8 Nov 2018 20:25:35 +0100 Subject: [PATCH] Fix Filters.chat docstrings using unusual double quotes --- pyrogram/client/filters/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 53081a04..6042173f 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -314,7 +314,7 @@ class Filters: Args: chats (``int`` | ``str`` | ``list``): Pass one or more chat ids/usernames to filter chats. - For your personal cloud (Saved Messages) you can simply use “me” or “self”. + For your personal cloud (Saved Messages) you can simply use "me" or "self". Defaults to None (no chats). """