typo fix
authorChristopher Denter <dennda@the-space-station.com>
Sun, 3 May 2009 10:57:08 +0000 (12:57 +0200)
committerChristopher Denter <dennda@the-space-station.com>
Sun, 3 May 2009 10:57:08 +0000 (12:57 +0200)
--HG--
branch : trunk

docs/templates.rst

index f3c11fc15fb7495a685fd0113a7623c88b8474a9..79ab5e3a6997b07399f8cc46bb7c15befd183750 100644 (file)
@@ -142,7 +142,7 @@ by default set to ``{# ... #}``.  This is useful to comment out parts of the
 template for debugging or to add information for other template designers or
 yourself::
 
-    {# note: disabled template because we no longer user this
+    {# note: disabled template because we no longer use this
         {% for user in users %}
             ...
         {% endfor %}