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:27:13 -0400 |
| commit | e9c730f6be4c6ca913f7627c59eedfc3d359851e (patch) | |
| tree | ff2f7b5a773026422eb822c9eb4c7e2496cddbc2 /docs/ref/request-response.txt | |
| parent | a8c5630c98ca826c1ea20ff196333ee9688c3a78 (diff) | |
Fixed copy/paste typos in StreamingHttpResponse doc.
Diffstat (limited to 'docs/ref/request-response.txt')
| -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 2bd246e6b6..d94a223cac 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -932,14 +932,14 @@ 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 The HTTP reason phrase for the response. -.. attribute:: HttpResponse.streaming +.. attribute:: StreamingHttpResponse.streaming This is always ``True``. |
