Add a : to the doc string after the type of the return value
This commit is contained in:
parent
388581e087
commit
c18e551640
|
@ -290,7 +290,7 @@ class Auth(object):
|
||||||
Args:
|
Args:
|
||||||
request - An HTTP request with an access_token query parameter.
|
request - An HTTP request with an access_token query parameter.
|
||||||
Returns:
|
Returns:
|
||||||
Tuple of UserID and device string:
|
tuple : of UserID and device string:
|
||||||
User ID object of the user making the request
|
User ID object of the user making the request
|
||||||
Client ID object of the client instance the user is using
|
Client ID object of the client instance the user is using
|
||||||
Raises:
|
Raises:
|
||||||
|
|
Loading…
Reference in New Issue