Skip to content

Commit

Permalink
fix typo in oauth1.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
derenrich authored Apr 8, 2024
1 parent 98d8a92 commit 4d8dcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/oauth1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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',
...
Expand Down

0 comments on commit 4d8dcef

Please sign in to comment.