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

pull/36/head
Mark Haines 2015-01-28 17:08:53 +00:00
parent 388581e087
commit c18e551640
1 changed files with 1 additions and 1 deletions

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: