From: Jonathan Berger Date: Wed, 23 Dec 2020 12:53:08 +0000 (-0800) Subject: Update templates.rst to fix small typo (#1327) X-Git-Tag: 3.0.0rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81911fdb3065f1156d84ca52ee3a257c229ebc59;p=thirdparty%2Fjinja.git Update templates.rst to fix small typo (#1327) --- diff --git a/docs/templates.rst b/docs/templates.rst index 3101d0ed..d69c709f 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1397,7 +1397,7 @@ in the environment is set to): Python Methods ~~~~~~~~~~~~~~ -You can also use any of the methods of defined on a variable's type. +You can also use any of the methods defined on a variable's type. The value returned from the method invocation is used as the value of the expression. Here is an example that uses methods defined on strings (where ``page.title`` is a string):