summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorᴙɘɘᴙgYmɘᴙɘj <jex.grizzle@gmail.com>2020-12-08 06:18:42 -0500
committerGitHub <noreply@github.com>2020-12-08 12:18:42 +0100
commit2c5d6dc44779448de1497f32c925c96975fae461 (patch)
tree8f288d1c994c229238ea3e635b5a6ec7d8cbba65
parent62f477d1712575f831e96e6868ed1d96030601be (diff)
Fixed grammar in HttpResponse docstring.
-rw-r--r--django/http/response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/http/response.py b/django/http/response.py
index 91d4ddc880..0d23c1312f 100644
--- a/django/http/response.py
+++ b/django/http/response.py
@@ -321,7 +321,7 @@ class HttpResponse(HttpResponseBase):
"""
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