diff options
| author | Éric Araujo <merwok@netwok.org> | 2014-06-25 18:43:48 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-26 07:31:57 -0400 |
| commit | 2ed41449bf5b1fcdb67cdd7d0a8d3aaf5261e5f1 (patch) | |
| tree | ab2a18e5ae7b05206f5b38ffe43cb213ce12f584 /docs | |
| parent | 82f6500275a3ad6a07de866584cdb3986abf0f65 (diff) | |
[1.7.x] Fixed copy/paste typos in StreamingHttpResponse doc.
Backport of e9c730f6be from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/request-response.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 0ffcec09e7..310bc95faa 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -931,16 +931,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``. |
