Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger committed May 8, 2024
1 parent f27f5e4 commit b21c8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropbox/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def _params_to_urlencoded(params):
Returns a application/x-www-form-urlencoded :class:`str` representing the key/value pairs in
:attr:`params`.
Keys and values are coerced via ``str()``'d and encoded via UTF-8 before calling
Keys and values are coerced via ``str()`` and encoded via UTF-8 before calling
:meth:`urllib.parse.urlencode`.
"""
def encode(o):
Expand Down

0 comments on commit b21c8a5

Please sign in to comment.