From 4bd2a9084c8049be2b0c59eeeeadc98ce6d1052a Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 22 Aug 2020 17:29:38 +0300 Subject: [PATCH] Fix a typo --- 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 e8e7dd04d..c5851b468 100644 --- a/python/src/deltachat/account.py +++ b/python/src/deltachat/account.py @@ -216,7 +216,7 @@ class Account(object): def create_contact(self, obj, name=None): """ create a (new) Contact or return an existing one. - Calling this method will always resulut in the same + Calling this method will always result in the same underlying contact id. If there already is a Contact with that e-mail address, it is unblocked and its display `name` is updated if specified.