From: Markus Unterwaditzer Date: Wed, 11 Mar 2015 20:26:24 +0000 (+0100) Subject: Clarify sentence X-Git-Tag: 2.8~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1668bd26eba3a3b6616735cfabb5c4bd9de6af2;p=thirdparty%2Fjinja.git Clarify sentence --- diff --git a/docs/switching.rst b/docs/switching.rst index 86b9a6d0..32f04fdd 100644 --- a/docs/switching.rst +++ b/docs/switching.rst @@ -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 %} ...