1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 23:23:47 +00:00

typo fix in TextResponse docs

This commit is contained in:
Mikhail Korobov 2013-10-17 04:50:30 +06:00
parent 951a9f3f4c
commit 086b8a20d4

View File

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