summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@oscaro.com>2014-09-08 21:16:59 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-09-09 20:55:57 +0200
commit9562ffea9719f2b1795e676718c6d433a1f8d4ed (patch)
treef0605f4cadb5f6b266c6f8de844185e511283af0 /docs/intro/tutorial04.txt
parentd26199cb70ffc60fc1f54b87fd0723f62fe793e0 (diff)
Avoid the word "stupid".
There's always a better word.
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index 48e38bf159..2169d5207c 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -182,7 +182,7 @@ Use generic views: Less code is better
======================================
The ``detail()`` (from :doc:`Tutorial 3 </intro/tutorial03>`) and ``results()``
-views are stupidly simple -- and, as mentioned above, redundant. The ``index()``
+views are very simple -- and, as mentioned above, redundant. The ``index()``
view (also from Tutorial 3), which displays a list of polls, is similar.
These views represent a common case of basic Web development: getting data from