Fix up comment

This commit is contained in:
Erik Johnston 2017-10-09 15:17:34 +01:00
parent 11d62f43c9
commit e8496efe84

View File

@ -542,7 +542,8 @@ class RoomMemberStore(SQLBaseStore):
host (str) host (str)
Returns: Returns:
bool: whether the host is/was in the room or not Deferred: Resolves to True if the host is/was in the room, otherwise
False.
""" """
if '%' in host or '_' in host: if '%' in host or '_' in host:
raise Exception("Invalid host name") raise Exception("Invalid host name")