chore: fix typo in conment
Signed-off-by: needsure <qinzhipeng@outlook.com>
This commit is contained in:
parent
caa60c29e3
commit
a518ca5a0f
|
@ -150,7 +150,7 @@ def scrub_parameters(url, query):
|
|||
if not filtered_dict:
|
||||
return ''
|
||||
|
||||
# Re-encode remaining URL paramaters
|
||||
# Re-encode remaining URL parameters
|
||||
return urllib.parse.urlencode(filtered_dict, doseq=True)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue