summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2013-08-27 02:11:59 -0700
committerMarc Tamlyn <marc.tamlyn@gmail.com>2013-08-27 02:11:59 -0700
commitbd97026490b3a78db5af0a385cc53ad65e4f66d5 (patch)
tree8eeea942bbbacc732bc67c7651b484bff1180c7e /docs
parentdd3a883894a219bc6c69e556c694734ab82b33e9 (diff)
parent5fd2c979cb1289e87b3d2172304106a5b7083459 (diff)
Merge pull request #1513 from jboecker/typo
Fixed typo in docs/topics/conditional-view-processing.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/conditional-view-processing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/conditional-view-processing.txt b/docs/topics/conditional-view-processing.txt
index caa7376189..83b454a4aa 100644
--- a/docs/topics/conditional-view-processing.txt
+++ b/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.