Update request-response.rst

Fixed minor typo
This commit is contained in:
John-Scott Atlakson 2014-09-14 10:54:43 -04:00
parent 49b40f01ad
commit 3f3263dd83
1 changed files with 1 additions and 1 deletions

View File

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