]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[svn] fixed formatting issue
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 21 May 2007 21:14:44 +0000 (23:14 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 21 May 2007 21:14:44 +0000 (23:14 +0200)
--HG--
branch : trunk

docs/src/designerdoc.txt

index d48dde20f119b87f7bdab443ee5ef071994b0f65..c6ad15fac36fb319e6688e3393ac3756f6b3c00b 100644 (file)
@@ -419,9 +419,9 @@ The following keywords exist and cannot be used as identifiers:
     `and`, `block`, `cycle`, `elif`, `else`, `endblock`, `endfilter`,
     `endfor`, `endif`, `endmacro`, `endraw`, `endtrans`, `extends`, `filter`,
     `for`, `if`, `in`, `include`, `is`, `macro`, `not`, `or`, `pluralize`,
-    `print`, `raw`, `recursive`, `set`, `trans`, `call`*, `endcall`*,
+    `print`, `raw`, `recursive`, `set`, `trans`, `call` *, `endcall` *
 
-keywords marked with `*` can be used until Jinja 1.3 as identifiers because
+keywords marked with a star (*) can be used until Jinja 1.3 as identifiers because
 they were introduced after the Jinja 1.0 release and can cause backwards
 compatiblity problems otherwise. You should not use them any more.