This commit is contained in:
Erik Johnston 2016-05-13 14:42:25 +01:00
parent 13d37c3c56
commit 0c11c1be88

View File

@ -455,7 +455,7 @@ class SQLBaseStore(object):
insertion_values (dict): key/values to use when inserting
Returns:
Deferred(bool): True if a new entry was created, False if an
exisitng one was updated.
existing one was updated.
"""
return self.runInteraction(
desc,