fix thinkos

This commit is contained in:
Matthew Hodgson 2018-09-29 02:14:40 +01:00
parent 8f646f2d04
commit 5b68f29f48
2 changed files with 7 additions and 7 deletions

View file

@ -90,7 +90,7 @@ class DirectoryWorkerStore(SQLBaseStore):
class DirectoryStore(DirectoryWorkerStore):
@defer.inlineCallbacks
def create_room_alias_association(self, room_alias, room_id, servers, creator=None):
""" Creates an associatin between a room alias and room_id/servers
""" Creates an association between a room alias and room_id/servers
Args:
room_alias (RoomAlias)