mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 19:44:33 +00:00
typo fix in TextResponse docs
This commit is contained in:
parent
951a9f3f4c
commit
086b8a20d4
@ -527,7 +527,7 @@ TextResponse objects
|
||||
unicode(response.body)
|
||||
|
||||
Since, in the latter case, you would be using you system default encoding
|
||||
(typically `ascii`) to convert the body to uniode, instead of the response
|
||||
(typically `ascii`) to convert the body to unicode, instead of the response
|
||||
encoding.
|
||||
|
||||
HtmlResponse objects
|
||||
|
Loading…
x
Reference in New Issue
Block a user