mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-02 20:59:12 +01:00
Spell "deferred" more correctly
This commit is contained in:
parent
57be722c46
commit
5897e773fd
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class TagsStore(SQLBaseStore):
|
|||
def remove_tag_from_room(self, user_id, room_id, tag):
|
||||
"""Remove a tag from a room for a user.
|
||||
Returns:
|
||||
A deffered that completes once the tag has been removed
|
||||
A deferred that completes once the tag has been removed
|
||||
"""
|
||||
def remove_tag_txn(txn, next_id):
|
||||
sql = (
|
||||
|
|
Loading…
Reference in a new issue