From 086b8a20d4da1f4ed078e74827d05129c88a0e22 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Thu, 17 Oct 2013 04:50:30 +0600 Subject: [PATCH] typo fix in TextResponse docs --- 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 0aaf7d5d6..3c6aaf411 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -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