Fix string indentation.

This commit is contained in:
juanifioren 2015-05-14 12:44:08 -03:00
parent 6a696453fc
commit 800bb55f43

View file

@ -4,8 +4,7 @@ import urllib
class RedirectUriError(Exception):
error = 'Redirect URI Error'
description = 'The request fails due to a missing, invalid, or mismatching '
'redirection URI (redirect_uri).'
description = 'The request fails due to a missing, invalid, or mismatching redirection URI (redirect_uri).'
class ClientIdError(Exception):