From 958c3f322c102e0019724008bf786d6c4982b8b1 Mon Sep 17 00:00:00 2001 From: huangxiaokai Date: Sun, 23 Mar 2014 18:25:25 +0800 Subject: [PATCH] Fix a mistake in template document. --- tornado/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/template.py b/tornado/template.py index 94127e79f..8bb0ac0aa 100644 --- a/tornado/template.py +++ b/tornado/template.py @@ -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 %}`` -- 2.47.2