summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-28 17:08:53 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-28 17:08:53 +0000
commitc18e551640994c8b2c509509bcf664748dd05724 (patch)
tree610c5f08bda399619dfee3b8157a3270220901dc
parentExtract the id token of the token when authing users, include the token and d... (diff)
downloadsynapse-c18e551640994c8b2c509509bcf664748dd05724.tar.xz
Add a : to the doc string after the type of the return value
-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 3959e06a8b..f08cb76159 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py
@@ -290,7 +290,7 @@ class Auth(object): Args: request - An HTTP request with an access_token query parameter. Returns: - Tuple of UserID and device string: + tuple : of UserID and device string: User ID object of the user making the request Client ID object of the client instance the user is using Raises: