From 75f8264083c2c938da757fcef3678faee66b1d45 Mon Sep 17 00:00:00 2001 From: niauah <50414882+niauah@users.noreply.github.com> Date: Tue, 30 Jul 2019 11:30:41 +0800 Subject: [PATCH] Corrected StreamingHttpResponse.streaming_content description in docs. --- docs/ref/request-response.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 8e0928654dc..19593dfb902 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -1082,7 +1082,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