chore: fix typo in conment

Signed-off-by: needsure <qinzhipeng@outlook.com>
This commit is contained in:
needsure 2024-04-09 16:57:41 +08:00
parent caa60c29e3
commit a518ca5a0f
1 changed files with 1 additions and 1 deletions

View File

@ -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)