From 7ca9ae19765d2c49c0e838ebbfc1596d0fbcd7d9 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Wed, 27 Jan 2016 17:54:28 +0500 Subject: [PATCH] DOC typo fix --- docs/topics/request-response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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