Skip to content

Commit

Permalink
Merge pull request #171 from lepture/doc-mistakes
Browse files Browse the repository at this point in the history
docstring fix
  • Loading branch information
ib-lundgren committed May 31, 2013
2 parents 229b2f7 + 529fe69 commit 15a5f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthlib/oauth2/rfc6749/request_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def validate_refresh_token(self, refresh_token, client, request, *args, **kwargs
raise NotImplementedError('Subclasses must implement this method.')

def validate_response_type(self, client_id, response_type, client, request, *args, **kwargs):
"""Ensure client is authorized to use the grant_type requested.
"""Ensure client is authorized to use the response_type requested.
:param client_id: Unicode client identifier
:param response_type: Unicode response type, i.e. code, token.
Expand Down

0 comments on commit 15a5f0a

Please sign in to comment.