Skip to content

Commit f128432

Browse files
committed
Preferably, we want to fix this typo
1 parent ed4c796 commit f128432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2cli/oauth2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _obtain_token( # The verb "obtain" is influenced by OAUTH2 RFC 6749
199199
_data["client_assertion"] = encoder(
200200
self.client_assertion() # Do lazy on-the-fly computation
201201
if callable(self.client_assertion) else self.client_assertion
202-
) # The type is bytes, which is preferrable. See also:
202+
) # The type is bytes, which is preferable. See also:
203203
# https://github.com/psf/requests/issues/4503#issuecomment-455001070
204204

205205
_data.update(self.default_body) # It may contain authen parameters

0 commit comments

Comments
 (0)