mirror of
https://github.com/django/django.git
synced 2025-02-03 06:09:47 +00:00
Fixed copy/paste typos in StreamingHttpResponse doc.
This commit is contained in:
parent
a8c5630c98
commit
e9c730f6be
@ -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``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user