Skip to content

Commit

Permalink
Fix a mistake in template document.
Browse files Browse the repository at this point in the history
  • Loading branch information
huangxiaokai committed Mar 23, 2014
1 parent 4ff47bb commit 958c3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class (and specifically its ``render`` method) and will not work
``{% set *x* = *y* %}``
Sets a local variable.
``{% try %}...{% except %}...{% finally %}...{% else %}...{% end %}``
``{% try %}...{% except %}...{% else %}...{% finally %}...{% end %}``
Same as the python ``try`` statement.
``{% while *condition* %}... {% end %}``
Expand Down

0 comments on commit 958c3f3

Please sign in to comment.