Commit 25d04ebe authored by Éric Araujo's avatar Éric Araujo Committed by Tim Graham
Browse files

[1.6.x] Fixed copy/paste typos in StreamingHttpResponse doc.

Backport of e9c730f6 from master
parent 20a1c07e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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``.