mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed grammar in HttpResponse docstring.
This commit is contained in:
parent
62f477d171
commit
2c5d6dc447
@ -321,7 +321,7 @@ class HttpResponse(HttpResponseBase):
|
|||||||
"""
|
"""
|
||||||
An HTTP response class with a string as content.
|
An HTTP response class with a string as content.
|
||||||
|
|
||||||
This content that can be read, appended to, or replaced.
|
This content can be read, appended to, or replaced.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
streaming = False
|
streaming = False
|
||||||
|
Loading…
Reference in New Issue
Block a user