Merge pull request #885 from jsma/patch-1

Update request-response.rst
This commit is contained in:
Mikhail Korobov 2014-09-14 22:05:31 +06:00
commit de909ad7e6
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.