Skip to content

Commit 0a5d251

Browse files
scovettasingingwolfboy
authored andcommitted
Fix spelling paramter -> parameter
1 parent e5b490c commit 0a5d251

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
@@ -267,7 +267,7 @@ def fetch_token(
267267
)
268268
if password is None:
269269
raise ValueError(
270-
"The required paramter `username` was supplied, "
270+
"The required parameter `username` was supplied, "
271271
"but `password` was not."
272272
)
273273

0 commit comments

Comments
 (0)