Browse Source

Fixed copy/paste typos in StreamingHttpResponse doc.

Éric Araujo 10 years ago
parent
commit
e9c730f6be
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/ref/request-response.txt

+ 3 - 3
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``.