summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-05-17 17:58:09 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-05-17 17:58:09 +0200
commit84f39ff5afd89760e1eff387ba4ce38e4a982977 (patch)
treef151bab45244d01e2514a615e7256fde96ff4d70 /README.rst
parentd9346a8a78764ce528a5550177347a9c6f83c89b (diff)
downloadjinja2-84f39ff5afd89760e1eff387ba4ce38e4a982977.tar.gz
Amend to #453
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index adfb45d..0684e8a 100644
--- a/README.rst
+++ b/README.rst
@@ -23,8 +23,8 @@ Here a small example of a Jinja template::
Philosophy
----------
-Application logic is for the controller; however, try not to make life painful
-for the template designer due to not enough functionality.
+Application logic is for the controller, but don't make the template designer's
+life difficult by restricting functionality too much.
For more information visit the new `Jinja2 webpage`_ and `documentation`_.