Changed documentation of HttpResponse.content to indicate it's a bytestring

This commit is contained in:
Baptiste Mispelon 2013-12-13 11:42:14 +01:00
parent e01ade61fe
commit d4d0dd7416
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ Attributes
.. attribute:: HttpResponse.content
A string representing the content, encoded from a Unicode
A bytestring representing the content, encoded from a Unicode
object if necessary.
.. attribute:: HttpResponse.status_code