mirror of https://github.com/scrapy/scrapy.git
DOC typo fix
This commit is contained in:
parent
77951095e0
commit
7ca9ae1976
|
|
@ -447,7 +447,7 @@ Response objects
|
|||
|
||||
The body of this Response. Keep in mind that Response.body
|
||||
is always a bytes object. If you want the unicode version use
|
||||
:attr:`TextResponse.txt` (only available in :class:`TextResponse`
|
||||
:attr:`TextResponse.text` (only available in :class:`TextResponse`
|
||||
and subclasses).
|
||||
|
||||
This attribute is read-only. To change the body of a Response use
|
||||
|
|
|
|||
Loading…
Reference in New Issue