Skip to content

Commit

Permalink
Merge pull request #639 from derenrich/patch-1
Browse files Browse the repository at this point in the history
fix typo in oauth1.rst
  • Loading branch information
lepture committed Apr 8, 2024
2 parents 98d8a92 + 4d8dcef commit b9edea5
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 b9edea5

Please sign in to comment.