diff options
| author | ᴙɘɘᴙgYmɘᴙɘj <jex.grizzle@gmail.com> | 2020-12-08 06:18:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 12:18:42 +0100 |
| commit | 2c5d6dc44779448de1497f32c925c96975fae461 (patch) | |
| tree | 8f288d1c994c229238ea3e635b5a6ec7d8cbba65 | |
| parent | 62f477d1712575f831e96e6868ed1d96030601be (diff) | |
Fixed grammar in HttpResponse docstring.
| -rw-r--r-- | django/http/response.py | 2 |
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 |
