Fix a typo

This commit is contained in:
Alexander Krotov
2020-08-22 17:29:38 +03:00
parent 0816e6d0f6
commit 4bd2a9084c

View File

@@ -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.