From 3f3263dd83bf9d347c676cad5aaada7c5c0c3ae1 Mon Sep 17 00:00:00 2001 From: John-Scott Atlakson Date: Sun, 14 Sep 2014 10:54:43 -0400 Subject: [PATCH] Update request-response.rst Fixed minor typo --- 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 192f4caee..69e4b738b 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -545,7 +545,7 @@ TextResponse objects unicode(response.body) - Since, in the latter case, you would be using you system default encoding + Since, in the latter case, you would be using the system default encoding (typically `ascii`) to convert the body to unicode, instead of the response encoding.