spelling: unknown

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-18 20:26:21 -05:00
parent 1e44d4614e
commit 860fbef608
1 changed files with 1 additions and 1 deletions

View File

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