Skip to content

Commit

Permalink
[1.5.x] Fixed typo in docs/topics/conditional-view-processing.txt
Browse files Browse the repository at this point in the history
Backport of 5fd2c97 from master
  • Loading branch information
jboecker authored and timgraham committed Aug 27, 2013
1 parent 5547ba7 commit 98635f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/conditional-view-processing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 98635f2

Please sign in to comment.