diff options
| author | Agnieszka Lasyk <agnieszkalasyk@agalasyk.local> | 2015-11-15 13:05:15 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-16 06:44:46 -0500 |
| commit | b3389956c9cbc31e82137e787cfd339a3d1dab6f (patch) | |
| tree | d97aacc386fd76cb72bf90f15d07be4960c844df /docs/intro/tutorial04.txt | |
| parent | 5234c9937c26b420f470f555fbe62f4969cea645 (diff) | |
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
Diffstat (limited to 'docs/intro/tutorial04.txt')
| -rw-r--r-- | docs/intro/tutorial04.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 716ab73a4d..909a87381c 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -183,7 +183,7 @@ without having chosen a choice, you should see the error message. The code for our ``vote()`` view does have a small problem. It first gets the ``selected_choice`` object from the database, then computes the new value of ``votes``, and then saves it back to the database. If two users of - your Web site try to vote at *exactly the same time*, this might go wrong: + your website try to vote at *exactly the same time*, this might go wrong: The same value, let's say 42, will be retrieved for ``votes``. Then, for both users the new value of 43 is computed and saved, but 44 would be the expected value. |
