From 118599b4cc97aecd8842db15f80c65925d2ea432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asiel=20D=C3=ADaz=20Ben=C3=ADtez?= Date: Mon, 19 Aug 2019 14:56:08 -0400 Subject: [PATCH] Update account.py fix doc string --- python/src/deltachat/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/deltachat/account.py b/python/src/deltachat/account.py index 342fe8293..aba59fea6 100644 --- a/python/src/deltachat/account.py +++ b/python/src/deltachat/account.py @@ -176,7 +176,7 @@ class Account(object): whose name or e-mail matches query. :param only_verified: if true only return verified contacts. :param with_self: if true the self-contact is also returned. - :returns: list of :class:`deltachat.message.Message` objects. + :returns: list of :class:`deltachat.chatting.Contact` objects. """ flags = 0 query = as_dc_charpointer(query)