mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Update account.py
fix doc string
This commit is contained in:
committed by
holger krekel
parent
1d32e010ae
commit
118599b4cc
@@ -176,7 +176,7 @@ class Account(object):
|
|||||||
whose name or e-mail matches query.
|
whose name or e-mail matches query.
|
||||||
:param only_verified: if true only return verified contacts.
|
:param only_verified: if true only return verified contacts.
|
||||||
:param with_self: if true the self-contact is also returned.
|
: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
|
flags = 0
|
||||||
query = as_dc_charpointer(query)
|
query = as_dc_charpointer(query)
|
||||||
|
|||||||
Reference in New Issue
Block a user