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"