mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-09 20:54:57 -04:00
Spelling
This commit is contained in:
parent
13d37c3c56
commit
0c11c1be88
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ class SQLBaseStore(object):
|
||||||
insertion_values (dict): key/values to use when inserting
|
insertion_values (dict): key/values to use when inserting
|
||||||
Returns:
|
Returns:
|
||||||
Deferred(bool): True if a new entry was created, False if an
|
Deferred(bool): True if a new entry was created, False if an
|
||||||
exisitng one was updated.
|
existing one was updated.
|
||||||
"""
|
"""
|
||||||
return self.runInteraction(
|
return self.runInteraction(
|
||||||
desc,
|
desc,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue