From: Ben Darnell Date: Mon, 7 Feb 2011 02:58:58 +0000 (-0800) Subject: Fix error in docstring. X-Git-Tag: v1.2.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32ad6b0e7deb4140a609dbc6a19a646ae4c0e27;p=thirdparty%2Ftornado.git Fix error in docstring. Closes #209. --- diff --git a/tornado/template.py b/tornado/template.py index 5cc5e0034..d18d158b7 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