浏览代码

Fixed typo in docs/topics/conditional-view-processing.txt

Jan Böcker 11 年之前
父节点
当前提交
5fd2c979cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/conditional-view-processing.txt

+ 1 - 1
docs/topics/conditional-view-processing.txt

@@ -147,7 +147,7 @@ Using the decorators with other HTTP methods
 
 The ``condition`` decorator is useful for more than only ``GET`` and
 ``HEAD`` requests (``HEAD`` requests are the same as ``GET`` in this
-situation). It can be used also to be used to provide checking for ``POST``,
+situation). It can also be used to provide checking for ``POST``,
 ``PUT`` and ``DELETE`` requests. In these situations, the idea isn't to return
 a "not modified" response, but to tell the client that the resource they are
 trying to change has been altered in the meantime.