[svn] fixed typo in docs
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Mar 2007 19:56:29 +0000 (21:56 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Mar 2007 19:56:29 +0000 (21:56 +0200)
--HG--
branch : trunk

docs/src/designerdoc.txt

index 067f584a7533f143654f41c7fc427cc926b5437a..d369eb88736594b95ad21bd6aab87bed80b52daf 100644 (file)
@@ -680,7 +680,7 @@ are automatically removed. This of course works for other tags too:
 
 Note that you must not use a whitespace between the tag and the minus sign:
 
-.. sourceode:: jinja
+.. sourcecode:: jinja
 
     valid:
         {%- if foo -%}...{% endif %}