Browse Source

Fixed a typo in an example in the docs

pull/112/head
Armin Ronacher 15 years ago
parent
commit
2a0e71f081
  1. 2
      docs/signals.rst

2
docs/signals.rst

@ -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)

Loading…
Cancel
Save