Minor on docs (fixes #133)

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
Francisco Souza 2010-10-31 01:55:06 -02:00 committed by Armin Ronacher
parent 60177639f4
commit 1c24b62727

View file

@ -179,8 +179,8 @@ The following signals exist in Flask:
template.name or 'string template',
context)
from flask import request_started
request_started.connect(log_template_renders, app)
from flask import template_rendered
template_rendered.connect(log_template_renders, app)
.. data:: flask.request_started
:noindex: