From a26b6b0607026e4ea266ed3e30d2643d5990bf8a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:26:13 -0500 Subject: [PATCH] spelling: indistinct Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/test_http_response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_http_response.py b/tests/test_http_response.py index 74e170ec0..bb16b8904 100644 --- a/tests/test_http_response.py +++ b/tests/test_http_response.py @@ -425,7 +425,7 @@ class TextResponseTest(BaseResponseTest): def test_bom_is_removed_from_body(self): # Inferring encoding from body also cache decoded body as sideeffect, # this test tries to ensure that calling response.encoding and - # response.text in indistint order doesn't affect final + # response.text in indistinct order doesn't affect final # values for encoding and decoded body. url = 'http://example.com' body = b"\xef\xbb\xbfWORD"