Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Sep 3, 2019
1 parent a98b858 commit 6b6086b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions synapse/handlers/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,7 @@ def _register_msisdn_threepid(self, user_id, threepid, bind_msisdn):
Args:
user_id (str): id of user
threepid (object): m.login.msisdn auth response
token (str): access_token for the user
bind_email (bool): true if the client requested the email to be
bind_msisdn (bool): true if the client requested the msisdn to be
bound at the identity server
Returns:
defer.Deferred:
Expand Down

0 comments on commit 6b6086b

Please sign in to comment.