We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4c796 commit f128432Copy full SHA for f128432
oauth2cli/oauth2.py
@@ -199,7 +199,7 @@ def _obtain_token( # The verb "obtain" is influenced by OAUTH2 RFC 6749
199
_data["client_assertion"] = encoder(
200
self.client_assertion() # Do lazy on-the-fly computation
201
if callable(self.client_assertion) else self.client_assertion
202
- ) # The type is bytes, which is preferrable. See also:
+ ) # The type is bytes, which is preferable. See also:
203
# https://github.com/psf/requests/issues/4503#issuecomment-455001070
204
205
_data.update(self.default_body) # It may contain authen parameters
0 commit comments