mirror of https://github.com/scrapy/scrapy.git
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…
Reference in New Issue