]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
typo 94/head
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 5 Feb 2012 14:03:12 +0000 (15:03 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 5 Feb 2012 14:03:12 +0000 (15:03 +0100)
docs/switching.rst

index 6d9abb107d49d4a1462af590d71ad94e4e6c95de..a1d7fa7f1976c18abaf70ed9535537e4632b9249 100644 (file)
@@ -215,7 +215,7 @@ Jinja2 to look more like Mako:
 
     env = Environment('<%', '%>', '${', '}', '<%doc>', '</%doc>', '%', '##')
 
-Once the environment is configure like that Jinja2 should be able to interpret
+Once the environment is configured like that Jinja2 should be able to interpret
 a small subset of Mako templates.  Jinja2 does not support embedded Python code
 so you would have to move that out of the template.  The syntax for defs (in
 Jinja2 defs are called macros) and template inheritance is different too.  The