diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-12-13 11:42:14 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-12-13 11:42:14 +0100 |
| commit | d4d0dd74164705c535cb24035289003e37def172 (patch) | |
| tree | cf1bce2be05fa11c870db09d27b86f123b235e1a /docs/ref/request-response.txt | |
| parent | e01ade61fe3e9340dc98cffe773dd8152389a8ce (diff) | |
Changed documentation of HttpResponse.content to indicate it's a bytestring
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index e5ded0c9e0..5c466a6c6e 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 |
