spelling: indistinct

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

View File

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