Fixed a typo in an example in the docs

This commit is contained in:
Armin Ronacher 2010-07-17 17:22:10 +02:00
parent 05519a85da
commit 2a0e71f081

View file

@ -63,7 +63,7 @@ to the template::
recorded.append((template, context))
template_rendered.connect(record)
try:
yield templates
yield recorded
finally:
template_rendered.disconnect(record)