DOC typo fix

This commit is contained in:
Mikhail Korobov 2016-01-27 17:54:28 +05:00
parent 77951095e0
commit 7ca9ae1976
1 changed files with 1 additions and 1 deletions

View File

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