mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typos in docs.
This commit is contained in:
parent
91f87b8f91
commit
402da9ab7b
6 changed files with 6 additions and 6 deletions
|
@ -167,7 +167,7 @@ For example, consider the following exchange between the client and server:
|
|||
the version it is trying to update.
|
||||
4. Server checks to see if the resource has changed, by computing the ETag
|
||||
the same way it does for a ``GET`` request (using the same function).
|
||||
If the resource *has* changed, it will return a 412 status code code,
|
||||
If the resource *has* changed, it will return a 412 status code,
|
||||
meaning "precondition failed".
|
||||
5. Client sends a ``GET`` request to ``/foo/``, after receiving a 412
|
||||
response, to retrieve an updated version of the content before updating
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue