]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix a mistake in template document. 1020/head
authorhuangxiaokai <huangxiaokai@meituan.com>
Sun, 23 Mar 2014 10:25:25 +0000 (18:25 +0800)
committerhuangxiaokai <huangxiaokai@meituan.com>
Sun, 23 Mar 2014 10:25:25 +0000 (18:25 +0800)
tornado/template.py

index 94127e79fa77caee81e1aa368740d80d433098eb..8bb0ac0aaecee43f4ce88c6bd0c047f32aea6f7f 100644 (file)
@@ -180,7 +180,7 @@ with ``{# ... #}``.
 ``{% 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 %}``