Skip to content

Commit

Permalink
Merge pull request django#1513 from jboecker/typo
Browse files Browse the repository at this point in the history
Fixed typo in docs/topics/conditional-view-processing.txt
  • Loading branch information
mjtamlyn committed Aug 27, 2013
2 parents dd3a883 + 5fd2c97 commit bd97026
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 bd97026

Please sign in to comment.