mirror of https://github.com/scrapy/scrapy.git
spelling: indistinct
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b6426b8e03
commit
a26b6b0607
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue