Skip to content

Commit

Permalink
Fix ":token_key:" => ":token:"
Browse files Browse the repository at this point in the history
fix #150
  • Loading branch information
sgaynetdinov committed Aug 23, 2016
1 parent f642144 commit f95e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello/trelloclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, api_key, api_secret=None, token=None, token_secret=None):
:api_key: API key generated at https://trello.com/1/appKey/generate
:api_secret: the secret component of api_key
:token_key: OAuth token generated by the user in
:token: OAuth token generated by the user in
trello.util.create_oauth_token
:token_secret: the OAuth client secret for the given OAuth token
"""
Expand Down

0 comments on commit f95e0bc

Please sign in to comment.