]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix error in docstring.
authorBen Darnell <ben@bendarnell.com>
Mon, 7 Feb 2011 02:58:58 +0000 (18:58 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 7 Feb 2011 02:58:58 +0000 (18:58 -0800)
Closes #209.

tornado/template.py

index 5cc5e00341ec455e3aeb7e03bea90560887da7db..d18d158b7ccdbe0928461d966953a0885b535216 100644 (file)
@@ -53,7 +53,7 @@ interesting. Syntax for the templates
 
     {% block student %}
       <li><span style="bold">{{ escape(student.name) }}</span></li>
-    {% block %}
+    {% end %}
 
 Unlike most other template systems, we do not put any restrictions on the
 expressions you can include in your statements. if and for blocks get