summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-09-03 20:00:09 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-09-03 20:00:09 +0100
commit6b6086b8bf8d222e528002009d921804d306d85d (patch)
tree1e9b27a42cc47a98b325c21140a19a5acb669127
parentRemove unnecessary variable declaration (diff)
downloadsynapse-6b6086b8bf8d222e528002009d921804d306d85d.tar.xz
Fix docstring
-rw-r--r--synapse/handlers/register.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py
index 1711d5ac5c..e59b2a3684 100644
--- a/synapse/handlers/register.py
+++ b/synapse/handlers/register.py
@@ -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: