diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-28 17:08:53 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-28 17:08:53 +0000 |
commit | c18e551640994c8b2c509509bcf664748dd05724 (patch) | |
tree | 610c5f08bda399619dfee3b8157a3270220901dc /synapse | |
parent | Extract the id token of the token when authing users, include the token and d... (diff) | |
download | synapse-c18e551640994c8b2c509509bcf664748dd05724.tar.xz |
Add a : to the doc string after the type of the return value
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/auth.py | 2 |
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: |