]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Clarify sentence
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Wed, 11 Mar 2015 20:26:24 +0000 (21:26 +0100)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Wed, 11 Mar 2015 20:26:24 +0000 (21:26 +0100)
docs/switching.rst

index 86b9a6d06f8f8dce44cd519e4c739279a4f4f16b..32f04fdd3b5ed8b03468f8b421d0b96d84de4a6f 100644 (file)
@@ -100,8 +100,8 @@ different we won't cover it here.
 Method Calls
 ~~~~~~~~~~~~
 
-In Django method calls work implicitly; with Jinja2 you have to specify that
-you want to call a method explicitly.  Thus this Django code::
+In Django method calls work implicitly, while Jinja requires the explicit
+Python syntax. Thus this Django code::
 
     {% for page in user.get_created_pages %}
         ...