diff --git a/docs/client/oauth1.rst b/docs/client/oauth1.rst index 2fef4225..9db58f06 100644 --- a/docs/client/oauth1.rst +++ b/docs/client/oauth1.rst @@ -181,7 +181,7 @@ Create an instance of OAuth1Auth with an access token:: auth = OAuth1Auth( client_id='..', - client_secret=client_secret='..', + client_secret='..', token='oauth_token value', token_secret='oauth_token_secret value', ...