diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index 2e92961a9..82e674cee 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -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