diff --git a/docs/index.rst b/docs/index.rst index e1da1e2..4b5700a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -129,7 +129,7 @@ request. This function must be decorated as from flask import redirect - @app.route('/oauth-authorized') + @app.route('/oauth_authorized') @twitter.authorized_handler def oauth_authorized(resp): next_url = request.args.get('next') or url_for('index')