From d4d0dd74164705c535cb24035289003e37def172 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 13 Dec 2013 11:42:14 +0100 Subject: [PATCH] Changed documentation of HttpResponse.content to indicate it's a bytestring --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index e5ded0c9e05..5c466a6c6ec 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -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