]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Update templates.rst to fix small typo (#1327)
authorJonathan Berger <Jonathanberger@gmail.com>
Wed, 23 Dec 2020 12:53:08 +0000 (04:53 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 12:53:08 +0000 (04:53 -0800)
docs/templates.rst

index 3101d0ed04e9cad48805990fefd39f4c731d94f5..d69c709f3f3b7415fef24c6c666260faf9710458 100644 (file)
@@ -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):