summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/request-response.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 10d18a8d9d..22cc016057 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -1069,7 +1069,8 @@ Attributes
.. attribute:: StreamingHttpResponse.streaming_content
- An iterator of strings representing the content.
+ An iterator of the response content, bytestring encoded according to
+ :attr:`HttpResponse.charset`.
.. attribute:: StreamingHttpResponse.status_code