From 2c5d6dc44779448de1497f32c925c96975fae461 Mon Sep 17 00:00:00 2001 From: ᴙɘɘᴙgYmɘᴙɘj Date: Tue, 8 Dec 2020 06:18:42 -0500 Subject: Fixed grammar in HttpResponse docstring. --- django/http/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3