Skip to content

Commit

Permalink
Fix typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Kuwornu committed Jul 7, 2016
1 parent 43fb7f5 commit 6a498c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthlib/oauth2/rfc6749/clients/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, client_id,
``token`` dict parameter.
:param refresh_token: A refresh token (string) used to refresh expired
tokens. Can also be supplide inside the ``token`` dict parameter.
tokens. Can also be supplied inside the ``token`` dict parameter.
:param mac_key: Encryption key used with MAC tokens.
Expand Down

0 comments on commit 6a498c7

Please sign in to comment.