mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
Fix docstring
This commit is contained in:
parent
a98b8583c6
commit
6b6086b8bf
1 changed files with 1 additions and 2 deletions
|
@ -681,8 +681,7 @@ class RegistrationHandler(BaseHandler):
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue