doc fixes

This commit is contained in:
David Baker 2018-06-05 18:09:13 +01:00
parent c5930d513a
commit d62162bbec
2 changed files with 7 additions and 7 deletions

View file

@ -149,7 +149,7 @@ class IdentityHandler(BaseHandler):
threepid (dict): Dict with medium & address of binding to be removed
Returns:
Deferred
Deferred[bool]: True on success, otherwise False
"""
logger.debug("unbinding threepid %r from %s", threepid, mxid)
if not self.trusted_id_servers: