diff --git a/tests/test_http_request.py b/tests/test_http_request.py index c3b729b76..81cebdc7b 100644 --- a/tests/test_http_request.py +++ b/tests/test_http_request.py @@ -355,7 +355,7 @@ class RequestTest(unittest.TestCase): ) self.assertEqual(r.method, "DELETE") - # If `ignore_unknon_options` is set to `False` it raises an error with + # If `ignore_unknown_options` is set to `False` it raises an error with # the unknown options: --foo and -z self.assertRaises( ValueError,