From c32ad6b0e7deb4140a609dbc6a19a646ae4c0e27 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 6 Feb 2011 18:58:58 -0800 Subject: [PATCH] Fix error in docstring. Closes #209. --- tornado/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/template.py b/tornado/template.py index 5cc5e003..d18d158b 100644 --- a/tornado/template.py +++ b/tornado/template.py @@ -53,7 +53,7 @@ interesting. Syntax for the templates {% block student %}
  • {{ escape(student.name) }}
  • - {% 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