Fix a typo: paramters -> parameters

This commit is contained in:
Felix Yan
2017-06-12 01:27:11 +08:00
committed by GitHub
parent c5901ac893
commit a0f0258eee
+1 -1
View File
@@ -2369,7 +2369,7 @@ class TestPreparingURLs(object):
)
def test_parameters_for_nonstandard_schemes(self, input, params, expected):
"""
Setting paramters for nonstandard schemes is allowed if those schemes
Setting parameters for nonstandard schemes is allowed if those schemes
begin with "http", and is forbidden otherwise.
"""
r = requests.Request('GET', url=input, params=params)