From 860fbef608445230c16d0ddd4c2b676866449862 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:26:21 -0500 Subject: [PATCH] spelling: unknown Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/test_http_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,