Fix error in docstring.

Closes #209.
This commit is contained in:
Ben Darnell 2011-02-06 18:58:58 -08:00
parent 8ff8535de7
commit c32ad6b0e7
1 changed files with 1 additions and 1 deletions

View 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