Skip to content

Commit 4bd2a90

Browse files
author
Alexander Krotov
committed
Fix a typo
1 parent 0816e6d commit 4bd2a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/deltachat/account.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def get_self_contact(self):
216216
def create_contact(self, obj, name=None):
217217
""" create a (new) Contact or return an existing one.
218218
219-
Calling this method will always resulut in the same
219+
Calling this method will always result in the same
220220
underlying contact id. If there already is a Contact
221221
with that e-mail address, it is unblocked and its display
222222
`name` is updated if specified.

0 commit comments

Comments
 (0)