diff --git a/tests/test_requests.py b/tests/test_requests.py index 194a03b3..cfafc6e4 100644 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -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)