浏览代码

Fixed grammar in HttpResponse docstring.

ᴙɘɘᴙgYmɘᴙɘj 4 年之前
父节点
当前提交
2c5d6dc447
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      django/http/response.py

+ 1 - 1
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