diff --git a/flask_oauthlib/client.py b/flask_oauthlib/client.py index 846036d1..a626cf9d 100644 --- a/flask_oauthlib/client.py +++ b/flask_oauthlib/client.py @@ -678,12 +678,12 @@ def authorized_handler(self, f): """Handles an OAuth callback. .. versionchanged:: 0.7 - @authorized_handler is deprecated in favor for authorized_response. + @authorized_handler is deprecated in favor of authorized_response. """ @wraps(f) def decorated(*args, **kwargs): log.warn( - '@authorized_handler is deprecated in favor for ' + '@authorized_handler is deprecated in favor of ' 'authorized_response' ) data = self.authorized_response()