Add a : to the doc string after the type of the return value

pull/4/merge
Mark Haines 10 years ago
parent 388581e087
commit c18e551640
  1. 2
      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:

Loading…
Cancel
Save