Skip to content
Snippets Groups Projects
Commit 6b6086b8 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

Fix docstring

parent a98b8583
No related branches found
No related tags found
No related merge requests found
...@@ -681,8 +681,7 @@ class RegistrationHandler(BaseHandler): ...@@ -681,8 +681,7 @@ class RegistrationHandler(BaseHandler):
Args: Args:
user_id (str): id of user user_id (str): id of user
threepid (object): m.login.msisdn auth response threepid (object): m.login.msisdn auth response
token (str): access_token for the user bind_msisdn (bool): true if the client requested the msisdn to be
bind_email (bool): true if the client requested the email to be
bound at the identity server bound at the identity server
Returns: Returns:
defer.Deferred: defer.Deferred:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment