Fixed grammar in HttpResponse docstring.

This commit is contained in:
ᴙɘɘᴙgYmɘᴙɘj 2020-12-08 06:18:42 -05:00 committed by GitHub
parent 62f477d171
commit 2c5d6dc447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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