Commit d4d0dd74 authored by Baptiste Mispelon's avatar Baptiste Mispelon
Browse files

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

parent e01ade61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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