From 9a395df7fb4b238b0120644be3bed8fb95765e24 Mon Sep 17 00:00:00 2001 From: Randy Morris Date: Tue, 15 Jan 2013 16:41:34 -0500 Subject: [PATCH] Fix typo in docstring --- flask_oauth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_oauth.py b/flask_oauth.py index b21105a..fd1cb6e 100644 --- a/flask_oauth.py +++ b/flask_oauth.py @@ -165,8 +165,8 @@ class OAuthRemoteApp(object): to forward to the request token URL or authorize URL depending on oauth version. - :param access_token_params: an option diction of parameters to forward to - the access token URL + :param access_token_params: an optional dictionary of parameters + to forward to the access token URL. :param access_token_method: the HTTP method that should be used for the access_token_url. Defaults to ``'GET'``.