mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00: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…
Add table
Reference in a new issue