Changed documentation of HttpResponse.content to indicate it's a bytestring
This commit is contained in:
parent
e01ade61fe
commit
d4d0dd7416
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue