From 25d04ebe545c556d34a0333b8c30367cdc6ad84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 25 Jun 2014 18:43:48 -0400 Subject: [PATCH] [1.6.x] Fixed copy/paste typos in StreamingHttpResponse doc. Backport of e9c730f6be from master --- docs/ref/request-response.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 229c266be54..4ad451a325a 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -907,16 +907,16 @@ Attributes An iterator of strings representing the content. -.. attribute:: HttpResponse.status_code +.. attribute:: StreamingHttpResponse.status_code The `HTTP status code`_ for the response. -.. attribute:: HttpResponse.reason_phrase +.. attribute:: StreamingHttpResponse.reason_phrase .. versionadded:: 1.6 The HTTP reason phrase for the response. -.. attribute:: HttpResponse.streaming +.. attribute:: StreamingHttpResponse.streaming This is always ``True``.