summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-29 15:35:54 +0100
committerErik Johnston <erik@matrix.org>2014-09-29 15:35:54 +0100
commit7151615260d50c40341fb168bfe804be0d94ec24 (patch)
tree89385b334a5695cb06b7cfb8933247e6f9f301c6 /synapse/api/auth.py
parentSYN-48: Delete dead code (diff)
downloadsynapse-7151615260d50c40341fb168bfe804be0d94ec24.tar.xz
Update docstring
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r--synapse/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 8f7982c7fa..e1b1823cd7 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -246,7 +246,7 @@ class Auth(object):
         """ Get a registered user's ID.
 
         Args:
-            token (str)- The access token to get the user by.
+            token (str): The access token to get the user by.
         Returns:
             dict : dict that includes the user, device_id, and whether the
                 user is a server admin.