Skip to content

Commit 36f24b4

Browse files
authored
Merge pull request #376 from alexwlchan/patch-1
Fix typo in comment: Refernences ~> References
2 parents e19ac08 + 23dd463 commit 36f24b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests_oauthlib/oauth2_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def fetch_token(
255255
# to this function.
256256
# This check will allow for empty strings, but not `None`.
257257
#
258-
# Refernences
258+
# References
259259
# 4.3.2 - Resource Owner Password Credentials Grant
260260
# https://tools.ietf.org/html/rfc6749#section-4.3.2
261261

0 commit comments

Comments
 (0)