0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-06 11:18:47 +02:00

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

This commit is contained in:
Mark Haines 2015-01-28 17:08:53 +00:00
parent 388581e087
commit c18e551640

View file

@ -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: